#CF62A4

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

Shades of Hopbush #CF62A4

Tints of Hopbush #CF62A4

Color information

#CF62A4 (or 0xCF62A4) is unknown color: approx Hopbush. HEX triplet: CF, 62 and A4. RGB value is (207,98,164). Sum of RGB (Red+Green+Blue) = 207+98+164=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62A4 is #309D5B. Grayscale: #898989. Windows color (decimal): -3186012 or 10773199. OLE color: 10773199.

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

Color convert

RGB20798164-
CMYK00.530.210.19
HSL323.67º53.17%59.8%-
HSV(B)323.67º52.66%81.18%-
XYZ36.824.6837.95-
YUV138.12142.61177.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.14%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=44.14%
G=20.90%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079816400.530.210.19323.6753.1759.8
HexCF62A40351513144353c
Octal31714224406525235046574
Binary1100111111000101010010001101011010110011101000100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62A4; }

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

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

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

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

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

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

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

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