#CD6A72

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

Shades of Froly #CD6A72

Tints of Froly #CD6A72

Color information

#CD6A72 (or 0xCD6A72) is unknown color: approx Froly. HEX triplet: CD, 6A and 72. RGB value is (205,106,114). Sum of RGB (Red+Green+Blue) = 205+106+114=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A72 is #32958D. Grayscale: #888888. Windows color (decimal): -3315086 or 7498445. OLE color: 7498445.

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

Color convert

RGB205106114-
CMYK00.480.440.20
HSL355.15º49.75%60.98%-
HSV(B)355.15º48.29%80.39%-
XYZ33.3724.518.89-
YUV136.51115.3176.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=48.24%
G=24.94%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510611400.480.440.20355.1549.7560.98
HexCD6A720302C14163323d
Octal31515216206054245436275
Binary1100110111010101110010011000010110010100101100011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A72; }

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

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

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

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

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

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

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

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