#CD696D

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

Shades of Froly #CD696D

Tints of Froly #CD696D

Color information

#CD696D (or 0xCD696D) is unknown color: approx Froly. HEX triplet: CD, 69 and 6D. RGB value is (205,105,109). Sum of RGB (Red+Green+Blue) = 205+105+109=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD696D is #329692. Grayscale: #878787. Windows color (decimal): -3315347 or 7170509. OLE color: 7170509.

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

Color convert

RGB205105109-
CMYK00.490.470.20
HSL357.6º50%60.78%-
HSV(B)357.6º48.78%80.39%-
XYZ32.9924.1917.4-
YUV135.36113.13177.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=48.93%
G=25.06%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510510900.490.470.20357.65060.78
HexCD696D0312F14166323d
Octal31515115506157245466275
Binary1100110111010011101101011000110111110100101100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD696D; }

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

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

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

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

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

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

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

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