Html Css Color HEX #C96496 Hopbush

📋 copy color: '#C96496'

red 201 ◦ green 100 ◦ blue 150

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

Shades of Hopbush #C96496

Tints of Hopbush #C96496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

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

R = 44.57%
G = 22.17%
B = 33.26%

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

#C96496 (or 0xC96496) is known color: Hopbush. HEX triplet: C9, 64 and 96. RGB value is (201,100,150). Sum of RGB (Red+Green+Blue) = 201+100+150=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C96496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96496 is #369B69. Grayscale: #878787. Windows color (decimal): -3578730 or 9856201. OLE color: 9856201.

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

Color convert

RGB 201 100 150 -
CMYK 0 0.50 0.25 0.21
HSL 330.3º 0.48% 0.59% -
HSV(B) 330.3º 0.5% 0.79% -
XYZ 34.15 23.73 31.64 -
YUV 135.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 201 100 150 0 0.50 0.25 0.21 330.3 0.48 0.59
Hex C9 64 96 0 32 19 15 14A 30 3B
Octal 311 144 226 0 62 31 25 512 60 73
Binary 11001001 1100100 10010110 0 110010 11001 10101 101001010 110000 111011

Color Harmonies of #C96496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96496

Black with #C96496

Text Example


Text Example

White with #C96496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96496; }

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

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

background-color css

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

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

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

border-color css

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

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

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