Html Css Color HEX #CE826D Burning Sand

📋 copy color: '#CE826D'

red 206 ◦ green 130 ◦ blue 109

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

Shades of Burning Sand #CE826D

Tints of Burning Sand #CE826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 46.29%
G = 29.21%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE826D (or 0xCE826D) is known color: Burning Sand. HEX triplet: CE, 82 and 6D. RGB value is (206,130,109). Sum of RGB (Red+Green+Blue) = 206+130+109=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE826D is #317D92. Grayscale: #969696. Windows color (decimal): -3243411 or 7176910. OLE color: 7176910.

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

Color convert

RGB 206 130 109 -
CMYK 0 0.37 0.47 0.19
HSL 12.99º 0.5% 0.62% -
HSV(B) 12.99º 0.47% 0.81% -
XYZ 36.2 30.19 18.39 -
YUV 150.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 206 130 109 0 0.37 0.47 0.19 12.99 0.5 0.62
Hex CE 82 6D 0 25 2F 13 D 32 3E
Octal 316 202 155 0 45 57 23 15 62 76
Binary 11001110 10000010 1101101 0 100101 101111 10011 1101 110010 111110

Color Harmonies of #CE826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE826D

Black with #CE826D

Text Example


Text Example

White with #CE826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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