#CD6F72

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

Shades of Froly #CD6F72

Tints of Froly #CD6F72

Color information

#CD6F72 (or 0xCD6F72) is unknown color: approx Froly. HEX triplet: CD, 6F and 72. RGB value is (205,111,114). Sum of RGB (Red+Green+Blue) = 205+111+114=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F72 is #32908D. Grayscale: #8B8B8B. Windows color (decimal): -3313806 or 7499725. OLE color: 7499725.

HSL color Cylindrical-coordinate representation of color #CD6F72: hue angle of 358.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6F72 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205111114-
CMYK00.460.440.20
HSL358.09º48.45%61.96%-
HSV(B)358.09º45.85%80.39%-
XYZ33.925.5619.07-
YUV139.45113.64174.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=47.67%
G=25.81%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511111400.460.440.20358.0948.4561.96
HexCD6F7202E2C14166303e
Octal31515716205654245466076
Binary1100110111011111110010010111010110010100101100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F72; }

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

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

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

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

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

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

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

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