#C36585

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

Shades of Hopbush #C36585

Tints of Hopbush #C36585

Color information

#C36585 (or 0xC36585) is unknown color: approx Hopbush. HEX triplet: C3, 65 and 85. RGB value is (195,101,133). Sum of RGB (Red+Green+Blue) = 195+101+133=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C36585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36585 is #3C9A7A. Grayscale: #848484. Windows color (decimal): -3971707 or 8742339. OLE color: 8742339.

HSL color Cylindrical-coordinate representation of color #C36585: hue angle of 339.57º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36585 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195101133-
CMYK00.480.320.24
HSL339.57º43.93%58.04%-
HSV(B)339.57º48.21%76.47%-
XYZ31.3922.624.9-
YUV132.75128.14172.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=45.45%
G=23.54%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510113300.480.320.24339.5743.9358.04
HexC3658503020181542c3a
Octal30314520506040305245472
Binary11000011110010110000101011000010000011000101010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36585; }

 p { color: rgb(195,101,133); }

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

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

 a { background-color: rgb(195,101,133); }

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

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

 span { border-color: rgb(195,101,133); }

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