Html Css Color HEX #C960A2 Hopbush

📋 copy color: '#C960A2'

red 201 ◦ green 96 ◦ blue 162

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

Shades of Hopbush #C960A2

Tints of Hopbush #C960A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 43.79%
G = 20.92%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C960A2 (or 0xC960A2) is known color: Hopbush. HEX triplet: C9, 60 and A2. RGB value is (201,96,162). Sum of RGB (Red+Green+Blue) = 201+96+162=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C960A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C960A2 is #369F5D. Grayscale: #868686. Windows color (decimal): -3579742 or 10641609. OLE color: 10641609.

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

Color convert

RGB 201 96 162 -
CMYK 0 0.52 0.19 0.21
HSL 322.29º 0.49% 0.58% -
HSV(B) 322.29º 0.52% 0.79% -
XYZ 34.79 23.39 36.86 -
YUV 134.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 201 96 162 0 0.52 0.19 0.21 322.29 0.49 0.58
Hex C9 60 A2 0 34 13 15 142 31 3A
Octal 311 140 242 0 64 23 25 502 61 72
Binary 11001001 1100000 10100010 0 110100 10011 10101 101000010 110001 111010

Color Harmonies of #C960A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960A2

Black with #C960A2

Text Example


Text Example

White with #C960A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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