Html Css Color HEX #CE7C6C Burning Sand

📋 copy color: '#CE7C6C'

red 206 ◦ green 124 ◦ blue 108

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

Shades of Burning Sand #CE7C6C

Tints of Burning Sand #CE7C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

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

R = 47.03%
G = 28.31%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE7C6C (or 0xCE7C6C) is known color: Burning Sand. HEX triplet: CE, 7C and 6C. RGB value is (206,124,108). Sum of RGB (Red+Green+Blue) = 206+124+108=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C6C is #318393. Grayscale: #929292. Windows color (decimal): -3244948 or 7109838. OLE color: 7109838.

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

Color convert

RGB 206 124 108 -
CMYK 0 0.40 0.48 0.19
HSL 9.8º 0.5% 0.62% -
HSV(B) 9.8º 0.48% 0.81% -
XYZ 35.37 28.62 17.85 -
YUV 146.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 206 124 108 0 0.40 0.48 0.19 9.8 0.5 0.62
Hex CE 7C 6C 0 28 30 13 A 32 3E
Octal 316 174 154 0 50 60 23 12 62 76
Binary 11001110 1111100 1101100 0 101000 110000 10011 1010 110010 111110

Color Harmonies of #CE7C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C6C

Black with #CE7C6C

Text Example


Text Example

White with #CE7C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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