#CE825B

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

Shades of Burning Sand #CE825B

Tints of Burning Sand #CE825B

Color information

#CE825B (or 0xCE825B) is unknown color: approx Burning Sand. HEX triplet: CE, 82 and 5B. RGB value is (206,130,91). Sum of RGB (Red+Green+Blue) = 206+130+91=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE825B is #317DA4. Grayscale: #949494. Windows color (decimal): -3243429 or 5997262. OLE color: 5997262.

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

Color convert

RGB20613091-
CMYK00.370.560.19
HSL20.35º53.99%58.24%-
HSV(B)20.35º55.83%80.78%-
XYZ35.3229.8413.8-
YUV148.2895.68169.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=48.24%
G=30.44%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061309100.370.560.1920.3553.9958.24
HexCE825B025381314363a
Octal3162021330457023246672
Binary1100111010000010101101101001011110001001110100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE825B; }

 p { color: rgb(206,130,91); }

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

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

 a { background-color: rgb(206,130,91); }

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

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

 span { border-color: rgb(206,130,91); }

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