#CC62A2

Color #CC62A2 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CC62A2

Tints of Hopbush #CC62A2

Color information

#CC62A2 (or 0xCC62A2) is unknown color: approx Hopbush. HEX triplet: CC, 62 and A2. RGB value is (204,98,162). Sum of RGB (Red+Green+Blue) = 204+98+162=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62A2 is #339D5D. Grayscale: #888888. Windows color (decimal): -3382622 or 10642124. OLE color: 10642124.

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

Color convert

RGB20498162-
CMYK00.520.210.2
HSL323.77º50.96%59.22%-
HSV(B)323.77º51.96%80%-
XYZ35.7924.1836.96-
YUV136.99142.12175.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 98 (38.67% from 255) = 21.12%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=43.97%
G=21.12%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049816200.520.210.2323.7750.9659.22
HexCC62A20341514144333b
Octal31414224206425245046373
Binary1100110011000101010001001101001010110100101000100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62A2; }

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

 H1.HeaderClassName
 {
   color: #CC62A2;
 }
 .AnyTagClassName
 {
   color: #CC62A2;
 }
</style>
background-color css

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

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

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

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

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

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