#CD696E

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

Shades of Froly #CD696E

Tints of Froly #CD696E

Color information

#CD696E (or 0xCD696E) is unknown color: approx Froly. HEX triplet: CD, 69 and 6E. RGB value is (205,105,110). Sum of RGB (Red+Green+Blue) = 205+105+110=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD696E is #329691. Grayscale: #878787. Windows color (decimal): -3315346 or 7236045. OLE color: 7236045.

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

Color convert

RGB205105110-
CMYK00.490.460.20
HSL357º50%60.78%-
HSV(B)357º48.78%80.39%-
XYZ33.0424.2117.68-
YUV135.47113.63177.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.81%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=48.81%
G=25%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510511000.490.460.203575060.78
HexCD696E0312E14165323d
Octal31515115606156245456275
Binary1100110111010011101110011000110111010100101100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD696E; }

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

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

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

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

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

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

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

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