#CC7174

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

Shades of Froly #CC7174

Tints of Froly #CC7174

Color information

#CC7174 (or 0xCC7174) is unknown color: approx Froly. HEX triplet: CC, 71 and 74. RGB value is (204,113,116). Sum of RGB (Red+Green+Blue) = 204+113+116=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7174 is #338E8B. Grayscale: #8C8C8C. Windows color (decimal): -3378828 or 7631308. OLE color: 7631308.

HSL color Cylindrical-coordinate representation of color #CC7174: hue angle of 358.02º degrees, saturation: 0.47, 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 #CC7174 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204113116-
CMYK00.450.430.2
HSL358.02º47.15%62.16%-
HSV(B)358.02º44.61%80%-
XYZ33.9625.9119.73-
YUV140.55114.15173.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 116 (45.70% from 255) = 26.79%
R=47.11%
G=26.10%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411311600.450.430.2358.0247.1562.16
HexCC717402D2B141662f3e
Octal31416116405553245465776
Binary1100110011100011110100010110110101110100101100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7174; }

 p { color: rgb(204,113,116); }

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

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

 a { background-color: rgb(204,113,116); }

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

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

 span { border-color: rgb(204,113,116); }

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