Html Css Color HEX #C96587 Hopbush

📋 copy color: '#C96587'

red 201 ◦ green 101 ◦ blue 135

#C96587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C96587

Tints of Hopbush #C96587

RGB

 RED value IS 201 (78.91% from 255) = 46%

 GREEN value IS 101 (39.84% from 255) = 23.11%

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 46%
G = 23.11%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C96587 (or 0xC96587) is known color: Hopbush. HEX triplet: C9, 65 and 87. RGB value is (201,101,135). Sum of RGB (Red+Green+Blue) = 201+101+135=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C96587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96587 is #369A78. Grayscale: #868686. Windows color (decimal): -3578489 or 8873417. OLE color: 8873417.

HSL color Cylindrical-coordinate representation of color #C96587: hue angle of 339.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96587 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 135 -
CMYK 0 0.50 0.33 0.21
HSL 339.6º 0.48% 0.59% -
HSV(B) 339.6º 0.5% 0.79% -
XYZ 33.11 23.47 25.71 -
YUV 134.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 201 101 135 0 0.50 0.33 0.21 339.6 0.48 0.59
Hex C9 65 87 0 32 21 15 154 30 3B
Octal 311 145 207 0 62 41 25 524 60 73
Binary 11001001 1100101 10000111 0 110010 100001 10101 101010100 110000 111011

Color Harmonies of #C96587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96587

Black with #C96587

Text Example


Text Example

White with #C96587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96587; }

 p { color: rgb(201,101,135); }

 H1.HeaderClassName
 {
   color: #C96587;
 }
 .AnyTagClassName
 {
   color: #C96587;
 }
</style>

background-color css

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

 a { background-color: rgb(201,101,135); }

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

border-color css

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

 span { border-color: rgb(201,101,135); }

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