Html Css Color HEX #C966AC Hopbush

📋 copy color: '#C966AC'

red 201 ◦ green 102 ◦ blue 172

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

Shades of Hopbush #C966AC

Tints of Hopbush #C966AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 42.32%
G = 21.47%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C966AC (or 0xC966AC) is known color: Hopbush. HEX triplet: C9, 66 and AC. RGB value is (201,102,172). Sum of RGB (Red+Green+Blue) = 201+102+172=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C966AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966AC is #369953. Grayscale: #8B8B8B. Windows color (decimal): -3578196 or 11298505. OLE color: 11298505.

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

Color convert

RGB 201 102 172 -
CMYK 0 0.49 0.14 0.21
HSL 317.58º 0.48% 0.59% -
HSV(B) 317.58º 0.49% 0.79% -
XYZ 36.29 24.9 41.92 -
YUV 139.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 201 102 172 0 0.49 0.14 0.21 317.58 0.48 0.59
Hex C9 66 AC 0 31 E 15 13E 30 3B
Octal 311 146 254 0 61 16 25 476 60 73
Binary 11001001 1100110 10101100 0 110001 1110 10101 100111110 110000 111011

Color Harmonies of #C966AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966AC

Black with #C966AC

Text Example


Text Example

White with #C966AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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