#CF62A6

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

Shades of Hopbush #CF62A6

Tints of Hopbush #CF62A6

Color information

#CF62A6 (or 0xCF62A6) is unknown color: approx Hopbush. HEX triplet: CF, 62 and A6. RGB value is (207,98,166). Sum of RGB (Red+Green+Blue) = 207+98+166=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62A6 is #309D59. Grayscale: #8A8A8A. Windows color (decimal): -3186010 or 10904271. OLE color: 10904271.

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

Color convert

RGB20798166-
CMYK00.530.200.19
HSL322.57º53.17%59.8%-
HSV(B)322.57º52.66%81.18%-
XYZ36.9824.7538.91-
YUV138.34143.61176.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 98 (38.67% from 255) = 20.81%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=43.95%
G=20.81%
B=35.24%

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
Decimal2079816600.530.200.19322.5753.1759.8
HexCF62A60351413143353c
Octal31714224606524235036574
Binary1100111111000101010011001101011010010011101000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62A6; }

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

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

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

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

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

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

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

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