Html Css Color HEX #CE7D66 Burning Sand

📋 copy color: '#CE7D66'

red 206 ◦ green 125 ◦ blue 102

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

Shades of Burning Sand #CE7D66

Tints of Burning Sand #CE7D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

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

R = 47.58%
G = 28.87%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE7D66 (or 0xCE7D66) is known color: Burning Sand. HEX triplet: CE, 7D and 66. RGB value is (206,125,102). Sum of RGB (Red+Green+Blue) = 206+125+102=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D66 is #318299. Grayscale: #929292. Windows color (decimal): -3244698 or 6716878. OLE color: 6716878.

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

Color convert

RGB 206 125 102 -
CMYK 0 0.39 0.50 0.19
HSL 13.27º 0.51% 0.6% -
HSV(B) 13.27º 0.5% 0.81% -
XYZ 35.19 28.75 16.26 -
YUV 146.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 206 125 102 0 0.39 0.50 0.19 13.27 0.51 0.6
Hex CE 7D 66 0 27 32 13 D 33 3C
Octal 316 175 146 0 47 62 23 15 63 74
Binary 11001110 1111101 1100110 0 100111 110010 10011 1101 110011 111100

Color Harmonies of #CE7D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D66

Black with #CE7D66

Text Example


Text Example

White with #CE7D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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