Html Css Color HEX #CC62AA Hopbush

📋 copy color: '#CC62AA'

red 204 ◦ green 98 ◦ blue 170

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

Shades of Hopbush #CC62AA

Tints of Hopbush #CC62AA

RGB

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

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

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

R = 43.22%
G = 20.76%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC62AA (or 0xCC62AA) is known color: Hopbush. HEX triplet: CC, 62 and AA. RGB value is (204,98,170). Sum of RGB (Red+Green+Blue) = 204+98+170=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62AA is #339D55. Grayscale: #898989. Windows color (decimal): -3382614 or 11166412. OLE color: 11166412.

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

Color convert

RGB 204 98 170 -
CMYK 0 0.52 0.17 0.2
HSL 319.25º 0.51% 0.59% -
HSV(B) 319.25º 0.52% 0.8% -
XYZ 36.53 24.48 40.83 -
YUV 137.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 204 98 170 0 0.52 0.17 0.2 319.25 0.51 0.59
Hex CC 62 AA 0 34 11 14 13F 33 3B
Octal 314 142 252 0 64 21 24 477 63 73
Binary 11001100 1100010 10101010 0 110100 10001 10100 100111111 110011 111011

Color Harmonies of #CC62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62AA

Black with #CC62AA

Text Example


Text Example

White with #CC62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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