Html Css Color HEX #CC5FA0 Hopbush

📋 copy color: '#CC5FA0'

red 204 ◦ green 95 ◦ blue 160

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

Shades of Hopbush #CC5FA0

Tints of Hopbush #CC5FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.7%

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

R = 44.44%
G = 20.7%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC5FA0 (or 0xCC5FA0) is known color: Hopbush. HEX triplet: CC, 5F and A0. RGB value is (204,95,160). Sum of RGB (Red+Green+Blue) = 204+95+160=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5FA0 is #33A05F. Grayscale: #868686. Windows color (decimal): -3383392 or 10510284. OLE color: 10510284.

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

Color convert

RGB 204 95 160 -
CMYK 0 0.53 0.22 0.2
HSL 324.22º 0.52% 0.59% -
HSV(B) 324.22º 0.53% 0.8% -
XYZ 35.34 23.56 35.94 -
YUV 135 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 204 95 160 0 0.53 0.22 0.2 324.22 0.52 0.59
Hex CC 5F A0 0 35 16 14 144 34 3B
Octal 314 137 240 0 65 26 24 504 64 73
Binary 11001100 1011111 10100000 0 110101 10110 10100 101000100 110100 111011

Color Harmonies of #CC5FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FA0

Black with #CC5FA0

Text Example


Text Example

White with #CC5FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FA0; }

 p { color: rgb(204,95,160); }

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

background-color css

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

 a { background-color: rgb(204,95,160); }

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

border-color css

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

 span { border-color: rgb(204,95,160); }

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