Html Css Color HEX #CE7C66 Burning Sand

📋 copy color: '#CE7C66'

red 206 ◦ green 124 ◦ blue 102

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

Shades of Burning Sand #CE7C66

Tints of Burning Sand #CE7C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 47.69%
G = 28.7%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE7C66 (or 0xCE7C66) is known color: Burning Sand. HEX triplet: CE, 7C and 66. RGB value is (206,124,102). Sum of RGB (Red+Green+Blue) = 206+124+102=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C66 is #318399. Grayscale: #929292. Windows color (decimal): -3244954 or 6716622. OLE color: 6716622.

HSL color Cylindrical-coordinate representation of color #CE7C66: hue angle of 12.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7C66 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 124 102 -
CMYK 0 0.40 0.50 0.19
HSL 12.69º 0.51% 0.6% -
HSV(B) 12.69º 0.5% 0.81% -
XYZ 35.06 28.5 16.22 -
YUV 146.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 206 124 102 0 0.40 0.50 0.19 12.69 0.51 0.6
Hex CE 7C 66 0 28 32 13 D 33 3C
Octal 316 174 146 0 50 62 23 15 63 74
Binary 11001110 1111100 1100110 0 101000 110010 10011 1101 110011 111100

Color Harmonies of #CE7C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C66

Black with #CE7C66

Text Example


Text Example

White with #CE7C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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