Html Css Color HEX #C966A5 Hopbush

📋 copy color: '#C966A5'

red 201 ◦ green 102 ◦ blue 165

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

Shades of Hopbush #C966A5

Tints of Hopbush #C966A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 42.95%
G = 21.79%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C966A5 (or 0xC966A5) is known color: Hopbush. HEX triplet: C9, 66 and A5. RGB value is (201,102,165). Sum of RGB (Red+Green+Blue) = 201+102+165=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C966A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966A5 is #36995A. Grayscale: #8A8A8A. Windows color (decimal): -3578203 or 10839753. OLE color: 10839753.

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

Color convert

RGB 201 102 165 -
CMYK 0 0.49 0.18 0.21
HSL 321.82º 0.48% 0.59% -
HSV(B) 321.82º 0.49% 0.79% -
XYZ 35.63 24.64 38.47 -
YUV 138.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 201 102 165 0 0.49 0.18 0.21 321.82 0.48 0.59
Hex C9 66 A5 0 31 12 15 142 30 3B
Octal 311 146 245 0 61 22 25 502 60 73
Binary 11001001 1100110 10100101 0 110001 10010 10101 101000010 110000 111011

Color Harmonies of #C966A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966A5

Black with #C966A5

Text Example


Text Example

White with #C966A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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