#CD6F74

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

Shades of Froly #CD6F74

Tints of Froly #CD6F74

Color information

#CD6F74 (or 0xCD6F74) is unknown color: approx Froly. HEX triplet: CD, 6F and 74. RGB value is (205,111,116). Sum of RGB (Red+Green+Blue) = 205+111+116=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F74 is #32908B. Grayscale: #8B8B8B. Windows color (decimal): -3313804 or 7630797. OLE color: 7630797.

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

Color convert

RGB205111116-
CMYK00.460.430.20
HSL356.81º48.45%61.96%-
HSV(B)356.81º45.85%80.39%-
XYZ34.0125.6119.67-
YUV139.68114.64174.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=47.45%
G=25.69%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511111600.460.430.20356.8148.4561.96
HexCD6F7402E2B14165303e
Octal31515716405653245456076
Binary1100110111011111110100010111010101110100101100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F74; }

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

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

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

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

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

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

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

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