#CD696F

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

Shades of Froly #CD696F

Tints of Froly #CD696F

Color information

#CD696F (or 0xCD696F) is unknown color: approx Froly. HEX triplet: CD, 69 and 6F. RGB value is (205,105,111). Sum of RGB (Red+Green+Blue) = 205+105+111=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD696F is #329690. Grayscale: #878787. Windows color (decimal): -3315345 or 7301581. OLE color: 7301581.

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

Color convert

RGB205105111-
CMYK00.490.460.20
HSL356.4º50%60.78%-
HSV(B)356.4º48.78%80.39%-
XYZ33.124.2317.97-
YUV135.58114.13177.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=48.69%
G=24.94%
B=26.37%

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
Decimal20510511100.490.460.20356.45060.78
HexCD696F0312E14164323d
Octal31515115706156245446275
Binary1100110111010011101111011000110111010100101100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD696F; }

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

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

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

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

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

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

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

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