#CE6454

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

Shades of Sunglo #CE6454

Tints of Sunglo #CE6454

Color information

#CE6454 (or 0xCE6454) is unknown color: approx Sunglo. HEX triplet: CE, 64 and 54. RGB value is (206,100,84). Sum of RGB (Red+Green+Blue) = 206+100+84=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6454 is #319BAB. Grayscale: #828282. Windows color (decimal): -3251116 or 5530830. OLE color: 5530830.

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

Color convert

RGB20610084-
CMYK00.510.590.19
HSL7.87º55.45%56.86%-
HSV(B)7.87º59.22%80.78%-
XYZ31.6122.8811.14-
YUV129.87102.12182.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.82%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=52.82%
G=25.64%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061008400.510.590.197.8755.4556.86
HexCE64540333B1383739
Octal3161441240637323106771
Binary11001110110010010101000110011111011100111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6454; }

 p { color: rgb(206,100,84); }

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

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

 a { background-color: rgb(206,100,84); }

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

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

 span { border-color: rgb(206,100,84); }

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