#CD7071

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

Shades of Froly #CD7071

Tints of Froly #CD7071

Color information

#CD7071 (or 0xCD7071) is unknown color: approx Froly. HEX triplet: CD, 70 and 71. RGB value is (205,112,113). Sum of RGB (Red+Green+Blue) = 205+112+113=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7071 is #328F8E. Grayscale: #8C8C8C. Windows color (decimal): -3313551 or 7434445. OLE color: 7434445.

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

Color convert

RGB205112113-
CMYK00.450.450.20
HSL359.35º48.19%62.16%-
HSV(B)359.35º45.37%80.39%-
XYZ33.9525.7618.81-
YUV139.92112.81174.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=47.67%
G=26.05%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511211300.450.450.20359.3548.1962.16
HexCD707102D2D14167303e
Octal31516016105555245476076
Binary1100110111100001110001010110110110110100101100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7071; }

 p { color: rgb(205,112,113); }

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

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

 a { background-color: rgb(205,112,113); }

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

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

 span { border-color: rgb(205,112,113); }

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