Html Css Color HEX #C96AAB Hopbush

📋 copy color: '#C96AAB'

red 201 ◦ green 106 ◦ blue 171

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

Shades of Hopbush #C96AAB

Tints of Hopbush #C96AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 42.05%
G = 22.18%
B = 35.77%

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

#C96AAB (or 0xC96AAB) is known color: Hopbush. HEX triplet: C9, 6A and AB. RGB value is (201,106,171). Sum of RGB (Red+Green+Blue) = 201+106+171=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96AAB is #369554. Grayscale: #8D8D8D. Windows color (decimal): -3577173 or 11233993. OLE color: 11233993.

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

Color convert

RGB 201 106 171 -
CMYK 0 0.47 0.15 0.21
HSL 318.95º 0.47% 0.6% -
HSV(B) 318.95º 0.47% 0.79% -
XYZ 36.59 25.67 41.55 -
YUV 141.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 201 106 171 0 0.47 0.15 0.21 318.95 0.47 0.6
Hex C9 6A AB 0 2F F 15 13F 2F 3C
Octal 311 152 253 0 57 17 25 477 57 74
Binary 11001001 1101010 10101011 0 101111 1111 10101 100111111 101111 111100

Color Harmonies of #C96AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AAB

Black with #C96AAB

Text Example


Text Example

White with #C96AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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