#CF697D

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

Shades of Charm #CF697D

Tints of Charm #CF697D

Color information

#CF697D (or 0xCF697D) is unknown color: approx Charm. HEX triplet: CF, 69 and 7D. RGB value is (207,105,125). Sum of RGB (Red+Green+Blue) = 207+105+125=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF697D is #309682. Grayscale: #898989. Windows color (decimal): -3184259 or 8219087. OLE color: 8219087.

HSL color Cylindrical-coordinate representation of color #CF697D: hue angle of 348.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF697D is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207105125-
CMYK00.490.400.19
HSL348.24º51.52%61.18%-
HSV(B)348.24º49.28%81.18%-
XYZ34.4924.8522.38-
YUV137.78120.79177.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=47.37%
G=24.03%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710512500.490.400.19348.2451.5261.18
HexCF697D031281315c343d
Octal31715117506150235346475
Binary1100111111010011111101011000110100010011101011100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF697D; }

 p { color: rgb(207,105,125); }

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

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

 a { background-color: rgb(207,105,125); }

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

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

 span { border-color: rgb(207,105,125); }

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