#CD697D

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

Shades of Charm #CD697D

Tints of Charm #CD697D

Color information

#CD697D (or 0xCD697D) is unknown color: approx Charm. HEX triplet: CD, 69 and 7D. RGB value is (205,105,125). Sum of RGB (Red+Green+Blue) = 205+105+125=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD697D is #329682. Grayscale: #898989. Windows color (decimal): -3315331 or 8219085. OLE color: 8219085.

HSL color Cylindrical-coordinate representation of color #CD697D: hue angle of 348º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD697D is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205105125-
CMYK00.490.390.20
HSL348º50%60.78%-
HSV(B)348º48.78%80.39%-
XYZ33.9324.5622.35-
YUV137.18121.13176.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=47.13%
G=24.14%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510512500.490.390.203485060.78
HexCD697D031271415c323d
Octal31515117506147245346275
Binary1100110111010011111101011000110011110100101011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD697D; }

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

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

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

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

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

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

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

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