Html Css Color HEX #C96591 Hopbush

📋 copy color: '#C96591'

red 201 ◦ green 101 ◦ blue 145

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

Shades of Hopbush #C96591

Tints of Hopbush #C96591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.44%

R = 44.97%
G = 22.6%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C96591 (or 0xC96591) is known color: Hopbush. HEX triplet: C9, 65 and 91. RGB value is (201,101,145). Sum of RGB (Red+Green+Blue) = 201+101+145=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C96591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96591 is #369A6E. Grayscale: #878787. Windows color (decimal): -3578479 or 9528777. OLE color: 9528777.

HSL color Cylindrical-coordinate representation of color #C96591: hue angle of 333.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 #C96591 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 145 -
CMYK 0 0.50 0.28 0.21
HSL 333.6º 0.48% 0.59% -
HSV(B) 333.6º 0.5% 0.79% -
XYZ 33.85 23.77 29.59 -
YUV 135.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 201 101 145 0 0.50 0.28 0.21 333.6 0.48 0.59
Hex C9 65 91 0 32 1C 15 14E 30 3B
Octal 311 145 221 0 62 34 25 516 60 73
Binary 11001001 1100101 10010001 0 110010 11100 10101 101001110 110000 111011

Color Harmonies of #C96591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96591

Black with #C96591

Text Example


Text Example

White with #C96591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96591; }

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

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

background-color css

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

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

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

border-color css

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

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

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