Html Css Color HEX #C96590 Hopbush

📋 copy color: '#C96590'

red 201 ◦ green 101 ◦ blue 144

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

Shades of Hopbush #C96590

Tints of Hopbush #C96590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.29%

R = 45.07%
G = 22.65%
B = 32.29%

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

#C96590 (or 0xC96590) is known color: Hopbush. HEX triplet: C9, 65 and 90. RGB value is (201,101,144). Sum of RGB (Red+Green+Blue) = 201+101+144=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C96590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96590 is #369A6F. Grayscale: #878787. Windows color (decimal): -3578480 or 9463241. OLE color: 9463241.

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

Color convert

RGB 201 101 144 -
CMYK 0 0.50 0.28 0.21
HSL 334.2º 0.48% 0.59% -
HSV(B) 334.2º 0.5% 0.79% -
XYZ 33.78 23.74 29.19 -
YUV 135.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 201 101 144 0 0.50 0.28 0.21 334.2 0.48 0.59
Hex C9 65 90 0 32 1C 15 14E 30 3B
Octal 311 145 220 0 62 34 25 516 60 73
Binary 11001001 1100101 10010000 0 110010 11100 10101 101001110 110000 111011

Color Harmonies of #C96590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96590

Black with #C96590

Text Example


Text Example

White with #C96590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96590; }

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

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

background-color css

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

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

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

border-color css

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

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

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