Html Css Color HEX #C960A6 Hopbush

📋 copy color: '#C960A6'

red 201 ◦ green 96 ◦ blue 166

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

Shades of Hopbush #C960A6

Tints of Hopbush #C960A6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.73%

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 43.41%
G = 20.73%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C960A6 (or 0xC960A6) is known color: Hopbush. HEX triplet: C9, 60 and A6. RGB value is (201,96,166). Sum of RGB (Red+Green+Blue) = 201+96+166=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C960A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C960A6 is #369F59. Grayscale: #878787. Windows color (decimal): -3579738 or 10903753. OLE color: 10903753.

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

Color convert

RGB 201 96 166 -
CMYK 0 0.52 0.17 0.21
HSL 320º 0.49% 0.58% -
HSV(B) 320º 0.52% 0.79% -
XYZ 35.15 23.54 38.77 -
YUV 135.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 201 96 166 0 0.52 0.17 0.21 320 0.49 0.58
Hex C9 60 A6 0 34 11 15 140 31 3A
Octal 311 140 246 0 64 21 25 500 61 72
Binary 11001001 1100000 10100110 0 110100 10001 10101 101000000 110001 111010

Color Harmonies of #C960A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960A6

Black with #C960A6

Text Example


Text Example

White with #C960A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960A6; }

 p { color: rgb(201,96,166); }

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

background-color css

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

 a { background-color: rgb(201,96,166); }

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

border-color css

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

 span { border-color: rgb(201,96,166); }

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