#CC6A6E

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

Shades of Froly #CC6A6E

Tints of Froly #CC6A6E

Color information

#CC6A6E (or 0xCC6A6E) is unknown color: approx Froly. HEX triplet: CC, 6A and 6E. RGB value is (204,106,110). Sum of RGB (Red+Green+Blue) = 204+106+110=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A6E is #339591. Grayscale: #878787. Windows color (decimal): -3380626 or 7236300. OLE color: 7236300.

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

Color convert

RGB204106110-
CMYK00.480.460.2
HSL357.55º49%60.78%-
HSV(B)357.55º48.04%80%-
XYZ32.8724.2717.7-
YUV135.76113.47176.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=48.57%
G=25.24%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410611000.480.460.2357.554960.78
HexCC6A6E0302E14166313d
Octal31415215606056245466175
Binary1100110011010101101110011000010111010100101100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A6E; }

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

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

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

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

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

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

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

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