Html Css Color HEX #C96BAB Hopbush

📋 copy color: '#C96BAB'

red 201 ◦ green 107 ◦ blue 171

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

Shades of Hopbush #C96BAB

Tints of Hopbush #C96BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 41.96%
G = 22.34%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C96BAB (or 0xC96BAB) is known color: Hopbush. HEX triplet: C9, 6B and AB. RGB value is (201,107,171). Sum of RGB (Red+Green+Blue) = 201+107+171=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96BAB is #369454. Grayscale: #8E8E8E. Windows color (decimal): -3576917 or 11234249. OLE color: 11234249.

HSL color Cylindrical-coordinate representation of color #C96BAB: hue angle of 319.15º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96BAB is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 107 171 -
CMYK 0 0.47 0.15 0.21
HSL 319.15º 0.47% 0.6% -
HSV(B) 319.15º 0.47% 0.79% -
XYZ 36.7 25.87 41.59 -
YUV 142.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 201 107 171 0 0.47 0.15 0.21 319.15 0.47 0.6
Hex C9 6B AB 0 2F F 15 13F 2F 3C
Octal 311 153 253 0 57 17 25 477 57 74
Binary 11001001 1101011 10101011 0 101111 1111 10101 100111111 101111 111100

Color Harmonies of #C96BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BAB

Black with #C96BAB

Text Example


Text Example

White with #C96BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BAB; }

 p { color: rgb(201,107,171); }

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

background-color css

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

 a { background-color: rgb(201,107,171); }

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

border-color css

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

 span { border-color: rgb(201,107,171); }

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