#CE6051

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

Shades of Sunglo #CE6051

Tints of Sunglo #CE6051

Color information

#CE6051 (or 0xCE6051) is unknown color: approx Sunglo. HEX triplet: CE, 60 and 51. RGB value is (206,96,81). Sum of RGB (Red+Green+Blue) = 206+96+81=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6051 is #319FAE. Grayscale: #7F7F7F. Windows color (decimal): -3252143 or 5333198. OLE color: 5333198.

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

Color convert

RGB2069681-
CMYK00.530.610.19
HSL7.2º56.05%56.27%-
HSV(B)7.2º60.68%80.78%-
XYZ31.1222.0810.41-
YUV127.18101.94184.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.79%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=53.79%
G=25.07%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206968100.530.610.197.256.0556.27
HexCE60510353D1373838
Octal316140121065752377070
Binary1100111011000001010001011010111110110011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6051; }

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

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

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

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

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

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

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

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