Html Css Color HEX #C962A0 Hopbush

📋 copy color: '#C962A0'

red 201 ◦ green 98 ◦ blue 160

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

Shades of Hopbush #C962A0

Tints of Hopbush #C962A0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.35%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 43.79%
G = 21.35%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C962A0 (or 0xC962A0) is known color: Hopbush. HEX triplet: C9, 62 and A0. RGB value is (201,98,160). Sum of RGB (Red+Green+Blue) = 201+98+160=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C962A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C962A0 is #369D5F. Grayscale: #878787. Windows color (decimal): -3579232 or 10511049. OLE color: 10511049.

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

Color convert

RGB 201 98 160 -
CMYK 0 0.51 0.20 0.21
HSL 323.88º 0.49% 0.59% -
HSV(B) 323.88º 0.51% 0.79% -
XYZ 34.8 23.69 36 -
YUV 135.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 201 98 160 0 0.51 0.20 0.21 323.88 0.49 0.59
Hex C9 62 A0 0 33 14 15 144 31 3B
Octal 311 142 240 0 63 24 25 504 61 73
Binary 11001001 1100010 10100000 0 110011 10100 10101 101000100 110001 111011

Color Harmonies of #C962A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962A0

Black with #C962A0

Text Example


Text Example

White with #C962A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962A0; }

 p { color: rgb(201,98,160); }

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

background-color css

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

 a { background-color: rgb(201,98,160); }

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

border-color css

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

 span { border-color: rgb(201,98,160); }

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