#CD62AB

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

Shades of Hopbush #CD62AB

Tints of Hopbush #CD62AB

Color information

#CD62AB (or 0xCD62AB) is unknown color: approx Hopbush. HEX triplet: CD, 62 and AB. RGB value is (205,98,171). Sum of RGB (Red+Green+Blue) = 205+98+171=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD62AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD62AB is #329D54. Grayscale: #8A8A8A. Windows color (decimal): -3317077 or 11231949. OLE color: 11231949.

HSL color Cylindrical-coordinate representation of color #CD62AB: hue angle of 319.07º degrees, saturation: 0.52, 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 #CD62AB is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20598171-
CMYK00.520.170.20
HSL319.07º51.69%59.41%-
HSV(B)319.07º52.2%80.39%-
XYZ36.924.6541.34-
YUV138.32146.45175.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.25%
GREEN value IS 98 (38.67% from 255) = 20.68%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=43.25%
G=20.68%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059817100.520.170.20319.0751.6959.41
HexCD62AB034111413f343b
Octal31514225306421244776473
Binary1100110111000101010101101101001000110100100111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD62AB; }

 p { color: rgb(205,98,171); }

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

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

 a { background-color: rgb(205,98,171); }

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

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

 span { border-color: rgb(205,98,171); }

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