#CE696E

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

Shades of Froly #CE696E

Tints of Froly #CE696E

Color information

#CE696E (or 0xCE696E) is unknown color: approx Froly. HEX triplet: CE, 69 and 6E. RGB value is (206,105,110). Sum of RGB (Red+Green+Blue) = 206+105+110=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE696E is #319691. Grayscale: #878787. Windows color (decimal): -3249810 or 7236046. OLE color: 7236046.

HSL color Cylindrical-coordinate representation of color #CE696E: hue angle of 357.03º 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 #CE696E is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB206105110-
CMYK00.490.470.19
HSL357.03º50.75%60.98%-
HSV(B)357.03º49.03%80.78%-
XYZ33.3224.3517.7-
YUV135.77113.46178.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=48.93%
G=24.94%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610511000.490.470.19357.0350.7560.98
HexCE696E0312F13165333d
Octal31615115606157235456375
Binary1100111011010011101110011000110111110011101100101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE696E; }

 p { color: rgb(206,105,110); }

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

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

 a { background-color: rgb(206,105,110); }

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

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

 span { border-color: rgb(206,105,110); }

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