#CE6875

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

Shades of Froly #CE6875

Tints of Froly #CE6875

Color information

#CE6875 (or 0xCE6875) is unknown color: approx Froly. HEX triplet: CE, 68 and 75. RGB value is (206,104,117). Sum of RGB (Red+Green+Blue) = 206+104+117=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6875 is #31978A. Grayscale: #888888. Windows color (decimal): -3250059 or 7694542. OLE color: 7694542.

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

Color convert

RGB206104117-
CMYK00.500.430.19
HSL352.35º51%60.78%-
HSV(B)352.35º49.51%80.78%-
XYZ33.6124.3119.75-
YUV135.98117.29177.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=48.24%
G=24.36%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610411700.500.430.19352.355160.78
HexCE68750322B13160333d
Octal31615016506253235406375
Binary1100111011010001110101011001010101110011101100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6875; }

 p { color: rgb(206,104,117); }

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

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

 a { background-color: rgb(206,104,117); }

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

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

 span { border-color: rgb(206,104,117); }

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