#CF62A5

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

Shades of Hopbush #CF62A5

Tints of Hopbush #CF62A5

Color information

#CF62A5 (or 0xCF62A5) is unknown color: approx Hopbush. HEX triplet: CF, 62 and A5. RGB value is (207,98,165). Sum of RGB (Red+Green+Blue) = 207+98+165=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62A5 is #309D5A. Grayscale: #8A8A8A. Windows color (decimal): -3186011 or 10838735. OLE color: 10838735.

HSL color Cylindrical-coordinate representation of color #CF62A5: hue angle of 323.12º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62A5 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB20798165-
CMYK00.530.200.19
HSL323.12º53.17%59.8%-
HSV(B)323.12º52.66%81.18%-
XYZ36.8924.7238.42-
YUV138.23143.11177.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=44.04%
G=20.85%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079816500.530.200.19323.1253.1759.8
HexCF62A50351413143353c
Octal31714224506524235036574
Binary1100111111000101010010101101011010010011101000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62A5; }

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

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

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

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

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

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

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

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