Html Css Color HEX #CE826C Burning Sand

📋 copy color: '#CE826C'

red 206 ◦ green 130 ◦ blue 108

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

Shades of Burning Sand #CE826C

Tints of Burning Sand #CE826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 46.4%
G = 29.28%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE826C (or 0xCE826C) is known color: Burning Sand. HEX triplet: CE, 82 and 6C. RGB value is (206,130,108). Sum of RGB (Red+Green+Blue) = 206+130+108=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE826C is #317D93. Grayscale: #969696. Windows color (decimal): -3243412 or 7111374. OLE color: 7111374.

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

Color convert

RGB 206 130 108 -
CMYK 0 0.37 0.48 0.19
HSL 13.47º 0.5% 0.62% -
HSV(B) 13.47º 0.48% 0.81% -
XYZ 36.14 30.17 18.11 -
YUV 150.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 206 130 108 0 0.37 0.48 0.19 13.47 0.5 0.62
Hex CE 82 6C 0 25 30 13 D 32 3E
Octal 316 202 154 0 45 60 23 15 62 76
Binary 11001110 10000010 1101100 0 100101 110000 10011 1101 110010 111110

Color Harmonies of #CE826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE826C

Black with #CE826C

Text Example


Text Example

White with #CE826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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