Html Css Color HEX #CC5E9E Hopbush

📋 copy color: '#CC5E9E'

red 204 ◦ green 94 ◦ blue 158

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

Shades of Hopbush #CC5E9E

Tints of Hopbush #CC5E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 44.74%
G = 20.61%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC5E9E (or 0xCC5E9E) is known color: Hopbush. HEX triplet: CC, 5E and 9E. RGB value is (204,94,158). Sum of RGB (Red+Green+Blue) = 204+94+158=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5E9E is #33A161. Grayscale: #868686. Windows color (decimal): -3383650 or 10378956. OLE color: 10378956.

HSL color Cylindrical-coordinate representation of color #CC5E9E: hue angle of 325.09º 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 #CC5E9E is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 94 158 -
CMYK 0 0.54 0.23 0.2
HSL 325.09º 0.52% 0.58% -
HSV(B) 325.09º 0.54% 0.8% -
XYZ 35.08 23.31 35 -
YUV 134.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 204 94 158 0 0.54 0.23 0.2 325.09 0.52 0.58
Hex CC 5E 9E 0 36 17 14 145 34 3A
Octal 314 136 236 0 66 27 24 505 64 72
Binary 11001100 1011110 10011110 0 110110 10111 10100 101000101 110100 111010

Color Harmonies of #CC5E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E9E

Black with #CC5E9E

Text Example


Text Example

White with #CC5E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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