#C36286

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

Shades of Hopbush #C36286

Tints of Hopbush #C36286

Color information

#C36286 (or 0xC36286) is unknown color: approx Hopbush. HEX triplet: C3, 62 and 86. RGB value is (195,98,134). Sum of RGB (Red+Green+Blue) = 195+98+134=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36286 is #3C9D79. Grayscale: #838383. Windows color (decimal): -3972474 or 8807107. OLE color: 8807107.

HSL color Cylindrical-coordinate representation of color #C36286: hue angle of 337.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36286 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19598134-
CMYK00.500.310.24
HSL337.73º44.7%57.45%-
HSV(B)337.73º49.74%76.47%-
XYZ31.1822.0625.17-
YUV131.11129.64173.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=45.67%
G=22.95%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959813400.500.310.24337.7344.757.45
HexC362860321F181522d39
Octal30314220606237305225571
Binary1100001111000101000011001100101111111000101010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36286; }

 p { color: rgb(195,98,134); }

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

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

 a { background-color: rgb(195,98,134); }

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

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

 span { border-color: rgb(195,98,134); }

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