#CF707A

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

Shades of Charm #CF707A

Tints of Charm #CF707A

Color information

#CF707A (or 0xCF707A) is unknown color: approx Charm. HEX triplet: CF, 70 and 7A. RGB value is (207,112,122). Sum of RGB (Red+Green+Blue) = 207+112+122=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF707A is #308F85. Grayscale: #8D8D8D. Windows color (decimal): -3182470 or 8024271. OLE color: 8024271.

HSL color Cylindrical-coordinate representation of color #CF707A: hue angle of 353.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF707A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207112122-
CMYK00.460.410.19
HSL353.68º49.74%62.55%-
HSV(B)353.68º45.89%81.18%-
XYZ35.0426.2621.63-
YUV141.55116.97174.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=46.94%
G=25.40%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711212200.460.410.19353.6849.7462.55
HexCF707A02E2913162323f
Octal31716017205651235426277
Binary1100111111100001111010010111010100110011101100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF707A; }

 p { color: rgb(207,112,122); }

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

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

 a { background-color: rgb(207,112,122); }

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

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

 span { border-color: rgb(207,112,122); }

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