#CE5F51

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

Shades of Sunglo #CE5F51

Tints of Sunglo #CE5F51

Color information

#CE5F51 (or 0xCE5F51) is unknown color: approx Sunglo. HEX triplet: CE, 5F and 51. RGB value is (206,95,81). Sum of RGB (Red+Green+Blue) = 206+95+81=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F51 is #31A0AE. Grayscale: #7E7E7E. Windows color (decimal): -3252399 or 5332942. OLE color: 5332942.

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

Color convert

RGB2069581-
CMYK00.540.610.19
HSL6.72º56.05%56.27%-
HSV(B)6.72º60.68%80.78%-
XYZ31.0321.910.38-
YUV126.59102.27184.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.93%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=53.93%
G=24.87%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206958100.540.610.196.7256.0556.27
HexCE5F510363D1373838
Octal316137121066752377070
Binary1100111010111111010001011011011110110011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5F51; }

 p { color: rgb(206,95,81); }

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

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

 a { background-color: rgb(206,95,81); }

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

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

 span { border-color: rgb(206,95,81); }

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