Html Css Color HEX #CE815A Burning Sand

📋 copy color: '#CE815A'

red 206 ◦ green 129 ◦ blue 90

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

Shades of Burning Sand #CE815A

Tints of Burning Sand #CE815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 48.47%
G = 30.35%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE815A (or 0xCE815A) is known color: Burning Sand. HEX triplet: CE, 81 and 5A. RGB value is (206,129,90). Sum of RGB (Red+Green+Blue) = 206+129+90=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE815A is #317EA5. Grayscale: #939393. Windows color (decimal): -3243686 or 5931470. OLE color: 5931470.

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

Color convert

RGB 206 129 90 -
CMYK 0 0.37 0.56 0.19
HSL 20.17º 0.54% 0.58% -
HSV(B) 20.17º 0.56% 0.81% -
XYZ 35.15 29.56 13.53 -
YUV 147.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 206 129 90 0 0.37 0.56 0.19 20.17 0.54 0.58
Hex CE 81 5A 0 25 38 13 14 36 3A
Octal 316 201 132 0 45 70 23 24 66 72
Binary 11001110 10000001 1011010 0 100101 111000 10011 10100 110110 111010

Color Harmonies of #CE815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE815A

Black with #CE815A

Text Example


Text Example

White with #CE815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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