#C36CA0

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

Shades of Hopbush #C36CA0

Tints of Hopbush #C36CA0

Color information

#C36CA0 (or 0xC36CA0) is unknown color: approx Hopbush. HEX triplet: C3, 6C and A0. RGB value is (195,108,160). Sum of RGB (Red+Green+Blue) = 195+108+160=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36CA0 is #3C935F. Grayscale: #8B8B8B. Windows color (decimal): -3969888 or 10513603. OLE color: 10513603.

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

Color convert

RGB195108160-
CMYK00.450.180.24
HSL324.14º42.03%59.41%-
HSV(B)324.14º44.62%76.47%-
XYZ34.2124.8736.25-
YUV139.94139.32167.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 108 (42.58% from 255) = 23.33%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=42.12%
G=23.33%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510816000.450.180.24324.1442.0359.41
HexC36CA002D12181442a3b
Octal30315424005522305045273
Binary1100001111011001010000001011011001011000101000100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36CA0; }

 p { color: rgb(195,108,160); }

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

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

 a { background-color: rgb(195,108,160); }

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

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

 span { border-color: rgb(195,108,160); }

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