#CF708E

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

Shades of Charm #CF708E

Tints of Charm #CF708E

Color information

#CF708E (or 0xCF708E) is unknown color: approx Charm. HEX triplet: CF, 70 and 8E. RGB value is (207,112,142). Sum of RGB (Red+Green+Blue) = 207+112+142=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF708E is #308F71. Grayscale: #8F8F8F. Windows color (decimal): -3182450 or 9334991. OLE color: 9334991.

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

Color convert

RGB207112142-
CMYK00.460.310.19
HSL341.05º49.74%62.55%-
HSV(B)341.05º45.89%81.18%-
XYZ36.4126.8128.85-
YUV143.82126.97173.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=44.90%
G=24.30%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711214200.460.310.19341.0549.7462.55
HexCF708E02E1F13155323f
Octal31716021605637235256277
Binary1100111111100001000111001011101111110011101010101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF708E; }

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

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

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

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

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

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

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

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