#CC6F74

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

Shades of Froly #CC6F74

Tints of Froly #CC6F74

Color information

#CC6F74 (or 0xCC6F74) is unknown color: approx Froly. HEX triplet: CC, 6F and 74. RGB value is (204,111,116). Sum of RGB (Red+Green+Blue) = 204+111+116=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F74 is #33908B. Grayscale: #8B8B8B. Windows color (decimal): -3379340 or 7630796. OLE color: 7630796.

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

Color convert

RGB204111116-
CMYK00.460.430.2
HSL356.77º47.69%61.76%-
HSV(B)356.77º45.59%80%-
XYZ33.7425.4719.66-
YUV139.38114.81174.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=47.33%
G=25.75%
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.2
SystemRedGreenBlueCMYKHSL
Decimal20411111600.460.430.2356.7747.6961.76
HexCC6F7402E2B14165303e
Octal31415716405653245456076
Binary1100110011011111110100010111010101110100101100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F74; }

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

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

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

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

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

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

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

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