Html Css Color HEX #C96596 Hopbush

📋 copy color: '#C96596'

red 201 ◦ green 101 ◦ blue 150

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

Shades of Hopbush #C96596

Tints of Hopbush #C96596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 44.47%
G = 22.35%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C96596 (or 0xC96596) is known color: Hopbush. HEX triplet: C9, 65 and 96. RGB value is (201,101,150). Sum of RGB (Red+Green+Blue) = 201+101+150=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C96596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96596 is #369A69. Grayscale: #888888. Windows color (decimal): -3578474 or 9856457. OLE color: 9856457.

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

Color convert

RGB 201 101 150 -
CMYK 0 0.50 0.25 0.21
HSL 330.6º 0.48% 0.59% -
HSV(B) 330.6º 0.5% 0.79% -
XYZ 34.25 23.93 31.67 -
YUV 136.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 201 101 150 0 0.50 0.25 0.21 330.6 0.48 0.59
Hex C9 65 96 0 32 19 15 14B 30 3B
Octal 311 145 226 0 62 31 25 513 60 73
Binary 11001001 1100101 10010110 0 110010 11001 10101 101001011 110000 111011

Color Harmonies of #C96596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96596

Black with #C96596

Text Example


Text Example

White with #C96596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96596; }

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

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

background-color css

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

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

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

border-color css

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

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

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