Html Css Color HEX #CE815E Burning Sand

📋 copy color: '#CE815E'

red 206 ◦ green 129 ◦ blue 94

#CE815E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #CE815E

Tints of Burning Sand #CE815E

RGB

 RED value IS 206 (80.86% from 255) = 48.02%

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 94 (37.11% from 255) = 21.91%

R = 48.02%
G = 30.07%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE815E (or 0xCE815E) is known color: Burning Sand. HEX triplet: CE, 81 and 5E. RGB value is (206,129,94). Sum of RGB (Red+Green+Blue) = 206+129+94=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE815E is #317EA1. Grayscale: #949494. Windows color (decimal): -3243682 or 6193614. OLE color: 6193614.

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

Color convert

RGB 206 129 94 -
CMYK 0 0.37 0.54 0.19
HSL 18.75º 0.53% 0.59% -
HSV(B) 18.75º 0.54% 0.81% -
XYZ 35.32 29.63 14.45 -
YUV 148.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 206 129 94 0 0.37 0.54 0.19 18.75 0.53 0.59
Hex CE 81 5E 0 25 36 13 13 35 3B
Octal 316 201 136 0 45 66 23 23 65 73
Binary 11001110 10000001 1011110 0 100101 110110 10011 10011 110101 111011

Color Harmonies of #CE815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE815E

Black with #CE815E

Text Example


Text Example

White with #CE815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE815E; }

 p { color: rgb(206,129,94); }

 H1.HeaderClassName
 {
   color: #CE815E;
 }
 .AnyTagClassName
 {
   color: #CE815E;
 }
</style>

background-color css

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

 a { background-color: rgb(206,129,94); }

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

border-color css

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

 span { border-color: rgb(206,129,94); }

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