#CC62A5

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

Shades of Hopbush #CC62A5

Tints of Hopbush #CC62A5

Color information

#CC62A5 (or 0xCC62A5) is unknown color: approx Hopbush. HEX triplet: CC, 62 and A5. RGB value is (204,98,165). Sum of RGB (Red+Green+Blue) = 204+98+165=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62A5 is #339D5A. Grayscale: #898989. Windows color (decimal): -3382619 or 10838732. OLE color: 10838732.

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

Color convert

RGB20498165-
CMYK00.520.190.2
HSL322.08º50.96%59.22%-
HSV(B)322.08º51.96%80%-
XYZ36.0624.2938.38-
YUV137.33143.62175.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=43.68%
G=20.99%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049816500.520.190.2322.0850.9659.22
HexCC62A50341314142333b
Octal31414224506423245026373
Binary1100110011000101010010101101001001110100101000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62A5; }

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

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

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

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

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

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

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

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