Html Css Color HEX #C966AB Hopbush

📋 copy color: '#C966AB'

red 201 ◦ green 102 ◦ blue 171

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

Shades of Hopbush #C966AB

Tints of Hopbush #C966AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.52%

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

R = 42.41%
G = 21.52%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C966AB (or 0xC966AB) is known color: Hopbush. HEX triplet: C9, 66 and AB. RGB value is (201,102,171). Sum of RGB (Red+Green+Blue) = 201+102+171=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C966AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966AB is #369954. Grayscale: #8B8B8B. Windows color (decimal): -3578197 or 11232969. OLE color: 11232969.

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

Color convert

RGB 201 102 171 -
CMYK 0 0.49 0.15 0.21
HSL 318.18º 0.48% 0.59% -
HSV(B) 318.18º 0.49% 0.79% -
XYZ 36.19 24.86 41.42 -
YUV 139.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 201 102 171 0 0.49 0.15 0.21 318.18 0.48 0.59
Hex C9 66 AB 0 31 F 15 13E 30 3B
Octal 311 146 253 0 61 17 25 476 60 73
Binary 11001001 1100110 10101011 0 110001 1111 10101 100111110 110000 111011

Color Harmonies of #C966AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966AB

Black with #C966AB

Text Example


Text Example

White with #C966AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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