#c368aa

Color #C368AA Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C368AA

Tints of Hopbush #C368AA

Color information

#C368AA (or 0xC368AA) is unknown color: approx Hopbush. HEX triplet: C3, 68 and AA. RGB value is (195,104,170). Sum of RGB (Red+Green+Blue) = 195+104+170=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C368AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368AA is #3C9755. Grayscale: #8A8A8A. Windows color (decimal): -3970902 or 11167939. OLE color: 11167939.

HSL color Cylindrical-coordinate representation of color #C368AA: hue angle of 316.48º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368AA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195104170-
CMYK00.470.130.24
HSL316.48º43.13%58.63%-
HSV(B)316.48º46.67%76.47%-
XYZ34.7124.4140.91-
YUV138.73145.65168.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=41.58%
G=22.17%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510417000.470.130.24316.4843.1358.63
HexC368AA02FD1813c2b3b
Octal30315025205715304745373
Binary110000111101000101010100101111110111000100111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c368aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c368aa; }

 p { color: rgb(195,104,170); }

 H1.HeaderClassName
 {
   color: #c368aa;
 }
 .AnyTagClassName
 {
   color: #c368aa;
 }
</style>
background-color css

<style>
 a { background-color: #c368aa; }

 a { background-color: rgb(195,104,170); }

 div.DivClassName
 {
   background-color: #c368aa;
 }
 .BgClassName
 {
   background-color: #c368aa;
 }
</style>
border-color css

<style>
 span { border-color: #c368aa; }

 span { border-color: rgb(195,104,170); }

 td.TdClassName
 {
   border-color: #c368aa;
 }
 .TagClassName
 {
   border-color: #c368aa;
 }
</style>