Html Css Color HEX #CE866E Burning Sand

📋 copy color: '#CE866E'

red 206 ◦ green 134 ◦ blue 110

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

Shades of Burning Sand #CE866E

Tints of Burning Sand #CE866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 45.78%
G = 29.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE866E (or 0xCE866E) is known color: Burning Sand. HEX triplet: CE, 86 and 6E. RGB value is (206,134,110). Sum of RGB (Red+Green+Blue) = 206+134+110=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE866E is #317991. Grayscale: #989898. Windows color (decimal): -3242386 or 7243470. OLE color: 7243470.

HSL color Cylindrical-coordinate representation of color #CE866E: hue angle of 15º degrees, saturation: 0.49, 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 #CE866E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 110 -
CMYK 0 0.35 0.47 0.19
HSL 15º 0.49% 0.62% -
HSV(B) 15º 0.47% 0.81% -
XYZ 36.79 31.3 18.85 -
YUV 152.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 206 134 110 0 0.35 0.47 0.19 15 0.49 0.62
Hex CE 86 6E 0 23 2F 13 F 31 3E
Octal 316 206 156 0 43 57 23 17 61 76
Binary 11001110 10000110 1101110 0 100011 101111 10011 1111 110001 111110

Color Harmonies of #CE866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE866E

Black with #CE866E

Text Example


Text Example

White with #CE866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE866E; }

 p { color: rgb(206,134,110); }

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

background-color css

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

 a { background-color: rgb(206,134,110); }

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

border-color css

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

 span { border-color: rgb(206,134,110); }

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