#CC6A74

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

Shades of Froly #CC6A74

Tints of Froly #CC6A74

Color information

#CC6A74 (or 0xCC6A74) is unknown color: approx Froly. HEX triplet: CC, 6A and 74. RGB value is (204,106,116). Sum of RGB (Red+Green+Blue) = 204+106+116=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A74 is #33958B. Grayscale: #888888. Windows color (decimal): -3380620 or 7629516. OLE color: 7629516.

HSL color Cylindrical-coordinate representation of color #CC6A74: hue angle of 353.88º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6A74 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204106116-
CMYK00.480.430.2
HSL353.88º49%60.78%-
HSV(B)353.88º48.04%80%-
XYZ33.2124.4119.48-
YUV136.44116.47176.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=47.89%
G=24.88%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410611600.480.430.2353.884960.78
HexCC6A740302B14162313d
Octal31415216406053245426175
Binary1100110011010101110100011000010101110100101100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A74; }

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

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

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

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

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

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

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

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