Html Css Color HEX #CE886E Burning Sand

📋 copy color: '#CE886E'

red 206 ◦ green 136 ◦ blue 110

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

Shades of Burning Sand #CE886E

Tints of Burning Sand #CE886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

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

R = 45.58%
G = 30.09%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE886E (or 0xCE886E) is known color: Burning Sand. HEX triplet: CE, 88 and 6E. RGB value is (206,136,110). Sum of RGB (Red+Green+Blue) = 206+136+110=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE886E is #317791. Grayscale: #9A9A9A. Windows color (decimal): -3241874 or 7243982. OLE color: 7243982.

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

Color convert

RGB 206 136 110 -
CMYK 0 0.34 0.47 0.19
HSL 16.25º 0.49% 0.62% -
HSV(B) 16.25º 0.47% 0.81% -
XYZ 37.07 31.86 18.95 -
YUV 153.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 206 136 110 0 0.34 0.47 0.19 16.25 0.49 0.62
Hex CE 88 6E 0 22 2F 13 10 31 3E
Octal 316 210 156 0 42 57 23 20 61 76
Binary 11001110 10001000 1101110 0 100010 101111 10011 10000 110001 111110

Color Harmonies of #CE886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE886E

Black with #CE886E

Text Example


Text Example

White with #CE886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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