Html Css Color HEX #C96EAB Hopbush

📋 copy color: '#C96EAB'

red 201 ◦ green 110 ◦ blue 171

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

Shades of Hopbush #C96EAB

Tints of Hopbush #C96EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

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

R = 41.7%
G = 22.82%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C96EAB (or 0xC96EAB) is known color: Hopbush. HEX triplet: C9, 6E and AB. RGB value is (201,110,171). Sum of RGB (Red+Green+Blue) = 201+110+171=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96EAB is #369154. Grayscale: #909090. Windows color (decimal): -3576149 or 11235017. OLE color: 11235017.

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

Color convert

RGB 201 110 171 -
CMYK 0 0.45 0.15 0.21
HSL 319.78º 0.46% 0.61% -
HSV(B) 319.78º 0.45% 0.79% -
XYZ 37.01 26.51 41.69 -
YUV 144.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 201 110 171 0 0.45 0.15 0.21 319.78 0.46 0.61
Hex C9 6E AB 0 2D F 15 140 2E 3D
Octal 311 156 253 0 55 17 25 500 56 75
Binary 11001001 1101110 10101011 0 101101 1111 10101 101000000 101110 111101

Color Harmonies of #C96EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EAB

Black with #C96EAB

Text Example


Text Example

White with #C96EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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