Html Css Color HEX #CE886C Burning Sand

📋 copy color: '#CE886C'

red 206 ◦ green 136 ◦ blue 108

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

Shades of Burning Sand #CE886C

Tints of Burning Sand #CE886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 45.78%
G = 30.22%
B = 24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE886C (or 0xCE886C) is known color: Burning Sand. HEX triplet: CE, 88 and 6C. RGB value is (206,136,108). Sum of RGB (Red+Green+Blue) = 206+136+108=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE886C is #317793. Grayscale: #999999. Windows color (decimal): -3241876 or 7112910. OLE color: 7112910.

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

Color convert

RGB 206 136 108 -
CMYK 0 0.34 0.48 0.19
HSL 17.14º 0.5% 0.62% -
HSV(B) 17.14º 0.48% 0.81% -
XYZ 36.96 31.81 18.38 -
YUV 153.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 206 136 108 0 0.34 0.48 0.19 17.14 0.5 0.62
Hex CE 88 6C 0 22 30 13 11 32 3E
Octal 316 210 154 0 42 60 23 21 62 76
Binary 11001110 10001000 1101100 0 100010 110000 10011 10001 110010 111110

Color Harmonies of #CE886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE886C

Black with #CE886C

Text Example


Text Example

White with #CE886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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