Html Css Color HEX #CC60A0 Hopbush

📋 copy color: '#CC60A0'

red 204 ◦ green 96 ◦ blue 160

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

Shades of Hopbush #CC60A0

Tints of Hopbush #CC60A0

RGB

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

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

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

R = 44.35%
G = 20.87%
B = 34.78%

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

#CC60A0 (or 0xCC60A0) is known color: Hopbush. HEX triplet: CC, 60 and A0. RGB value is (204,96,160). Sum of RGB (Red+Green+Blue) = 204+96+160=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC60A0 is #339F5F. Grayscale: #878787. Windows color (decimal): -3383136 or 10510540. OLE color: 10510540.

HSL color Cylindrical-coordinate representation of color #CC60A0: hue angle of 324.44º degrees, saturation: 0.51, 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 #CC60A0 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 160 -
CMYK 0 0.53 0.22 0.2
HSL 324.44º 0.51% 0.59% -
HSV(B) 324.44º 0.53% 0.8% -
XYZ 35.43 23.74 35.97 -
YUV 135.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 204 96 160 0 0.53 0.22 0.2 324.44 0.51 0.59
Hex CC 60 A0 0 35 16 14 144 33 3B
Octal 314 140 240 0 65 26 24 504 63 73
Binary 11001100 1100000 10100000 0 110101 10110 10100 101000100 110011 111011

Color Harmonies of #CC60A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC60A0

Black with #CC60A0

Text Example


Text Example

White with #CC60A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC60A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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