Html Css Color HEX #CC5EAA Hopbush

📋 copy color: '#CC5EAA'

red 204 ◦ green 94 ◦ blue 170

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

Shades of Hopbush #CC5EAA

Tints of Hopbush #CC5EAA

RGB

 RED value IS 204 (80.08% from 255) = 43.59%

 GREEN value IS 94 (37.11% from 255) = 20.09%

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 43.59%
G = 20.09%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC5EAA (or 0xCC5EAA) is known color: Hopbush. HEX triplet: CC, 5E and AA. RGB value is (204,94,170). Sum of RGB (Red+Green+Blue) = 204+94+170=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5EAA is #33A155. Grayscale: #878787. Windows color (decimal): -3383638 or 11165388. OLE color: 11165388.

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

Color convert

RGB 204 94 170 -
CMYK 0 0.54 0.17 0.2
HSL 318.55º 0.52% 0.58% -
HSV(B) 318.55º 0.54% 0.8% -
XYZ 36.16 23.75 40.71 -
YUV 135.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 204 94 170 0 0.54 0.17 0.2 318.55 0.52 0.58
Hex CC 5E AA 0 36 11 14 13F 34 3A
Octal 314 136 252 0 66 21 24 477 64 72
Binary 11001100 1011110 10101010 0 110110 10001 10100 100111111 110100 111010

Color Harmonies of #CC5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EAA

Black with #CC5EAA

Text Example


Text Example

White with #CC5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EAA; }

 p { color: rgb(204,94,170); }

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

background-color css

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

 a { background-color: rgb(204,94,170); }

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

border-color css

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

 span { border-color: rgb(204,94,170); }

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