Html Css Color HEX #CE826F Burning Sand

📋 copy color: '#CE826F'

red 206 ◦ green 130 ◦ blue 111

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

Shades of Burning Sand #CE826F

Tints of Burning Sand #CE826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 46.09%
G = 29.08%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE826F (or 0xCE826F) is known color: Burning Sand. HEX triplet: CE, 82 and 6F. RGB value is (206,130,111). Sum of RGB (Red+Green+Blue) = 206+130+111=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE826F is #317D90. Grayscale: #969696. Windows color (decimal): -3243409 or 7307982. OLE color: 7307982.

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

Color convert

RGB 206 130 111 -
CMYK 0 0.37 0.46 0.19
HSL 12º 0.49% 0.62% -
HSV(B) 12º 0.46% 0.81% -
XYZ 36.31 30.23 18.96 -
YUV 150.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 206 130 111 0 0.37 0.46 0.19 12 0.49 0.62
Hex CE 82 6F 0 25 2E 13 C 31 3E
Octal 316 202 157 0 45 56 23 14 61 76
Binary 11001110 10000010 1101111 0 100101 101110 10011 1100 110001 111110

Color Harmonies of #CE826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE826F

Black with #CE826F

Text Example


Text Example

White with #CE826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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