#CD7277

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

Shades of Froly #CD7277

Tints of Froly #CD7277

Color information

#CD7277 (or 0xCD7277) is unknown color: approx Froly. HEX triplet: CD, 72 and 77. RGB value is (205,114,119). Sum of RGB (Red+Green+Blue) = 205+114+119=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7277 is #328D88. Grayscale: #8D8D8D. Windows color (decimal): -3313033 or 7828173. OLE color: 7828173.

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

Color convert

RGB205114119-
CMYK00.440.420.20
HSL356.7º47.64%62.55%-
HSV(B)356.7º44.39%80.39%-
XYZ34.5226.3520.72-
YUV141.78115.15173.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=46.80%
G=26.03%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511411900.440.420.20356.747.6462.55
HexCD727702C2A14165303f
Octal31516216705452245456077
Binary1100110111100101110111010110010101010100101100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7277; }

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

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

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

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

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

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

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

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