#CE6A70

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

Shades of Froly #CE6A70

Tints of Froly #CE6A70

Color information

#CE6A70 (or 0xCE6A70) is unknown color: approx Froly. HEX triplet: CE, 6A and 70. RGB value is (206,106,112). Sum of RGB (Red+Green+Blue) = 206+106+112=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A70 is #31958F. Grayscale: #888888. Windows color (decimal): -3249552 or 7367374. OLE color: 7367374.

HSL color Cylindrical-coordinate representation of color #CE6A70: hue angle of 356.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6A70 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB206106112-
CMYK00.490.460.19
HSL356.4º50.51%61.18%-
HSV(B)356.4º48.54%80.78%-
XYZ33.5324.618.31-
YUV136.58114.13177.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=48.58%
G=25%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610611200.490.460.19356.450.5161.18
HexCE6A700312E13164333d
Octal31615216006156235446375
Binary1100111011010101110000011000110111010011101100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A70; }

 p { color: rgb(206,106,112); }

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

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

 a { background-color: rgb(206,106,112); }

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

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

 span { border-color: rgb(206,106,112); }

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