Html Css Color HEX #CE825F Burning Sand

📋 copy color: '#CE825F'

red 206 ◦ green 130 ◦ blue 95

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

Shades of Burning Sand #CE825F

Tints of Burning Sand #CE825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 47.8%
G = 30.16%
B = 22.04%

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

#CE825F (or 0xCE825F) is known color: Burning Sand. HEX triplet: CE, 82 and 5F. RGB value is (206,130,95). Sum of RGB (Red+Green+Blue) = 206+130+95=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE825F is #317DA0. Grayscale: #949494. Windows color (decimal): -3243425 or 6259406. OLE color: 6259406.

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

Color convert

RGB 206 130 95 -
CMYK 0 0.37 0.54 0.19
HSL 18.92º 0.53% 0.59% -
HSV(B) 18.92º 0.54% 0.81% -
XYZ 35.5 29.91 14.73 -
YUV 148.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 206 130 95 0 0.37 0.54 0.19 18.92 0.53 0.59
Hex CE 82 5F 0 25 36 13 13 35 3B
Octal 316 202 137 0 45 66 23 23 65 73
Binary 11001110 10000010 1011111 0 100101 110110 10011 10011 110101 111011

Color Harmonies of #CE825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE825F

Black with #CE825F

Text Example


Text Example

White with #CE825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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