#CD6E74

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

Shades of Froly #CD6E74

Tints of Froly #CD6E74

Color information

#CD6E74 (or 0xCD6E74) is unknown color: approx Froly. HEX triplet: CD, 6E and 74. RGB value is (205,110,116). Sum of RGB (Red+Green+Blue) = 205+110+116=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E74 is #32918B. Grayscale: #8B8B8B. Windows color (decimal): -3314060 or 7630541. OLE color: 7630541.

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

Color convert

RGB205110116-
CMYK00.460.430.20
HSL356.21º48.72%61.76%-
HSV(B)356.21º46.34%80.39%-
XYZ33.9125.3919.64-
YUV139.09114.97175.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=47.56%
G=25.52%
B=26.91%

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
Decimal20511011600.460.430.20356.2148.7261.76
HexCD6E7402E2B14164313e
Octal31515616405653245446176
Binary1100110111011101110100010111010101110100101100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E74; }

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

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

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

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

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

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

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

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