Html Css Color HEX #CE8269 Burning Sand

📋 copy color: '#CE8269'

red 206 ◦ green 130 ◦ blue 105

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

Shades of Burning Sand #CE8269

Tints of Burning Sand #CE8269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 46.71%
G = 29.48%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE8269 (or 0xCE8269) is known color: Burning Sand. HEX triplet: CE, 82 and 69. RGB value is (206,130,105). Sum of RGB (Red+Green+Blue) = 206+130+105=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8269 is #317D96. Grayscale: #969696. Windows color (decimal): -3243415 or 6914766. OLE color: 6914766.

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

Color convert

RGB 206 130 105 -
CMYK 0 0.37 0.49 0.19
HSL 14.85º 0.51% 0.61% -
HSV(B) 14.85º 0.49% 0.81% -
XYZ 35.99 30.11 17.28 -
YUV 149.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 206 130 105 0 0.37 0.49 0.19 14.85 0.51 0.61
Hex CE 82 69 0 25 31 13 F 33 3D
Octal 316 202 151 0 45 61 23 17 63 75
Binary 11001110 10000010 1101001 0 100101 110001 10011 1111 110011 111101

Color Harmonies of #CE8269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8269

Black with #CE8269

Text Example


Text Example

White with #CE8269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8269; }

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

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

background-color css

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

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

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

border-color css

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

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

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