Html Css Color HEX #CE7D6D Burning Sand

📋 copy color: '#CE7D6D'

red 206 ◦ green 125 ◦ blue 109

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

Shades of Burning Sand #CE7D6D

Tints of Burning Sand #CE7D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 46.82%
G = 28.41%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE7D6D (or 0xCE7D6D) is known color: Burning Sand. HEX triplet: CE, 7D and 6D. RGB value is (206,125,109). Sum of RGB (Red+Green+Blue) = 206+125+109=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D6D is #318292. Grayscale: #939393. Windows color (decimal): -3244691 or 7175630. OLE color: 7175630.

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

Color convert

RGB 206 125 109 -
CMYK 0 0.39 0.47 0.19
HSL 9.9º 0.5% 0.62% -
HSV(B) 9.9º 0.47% 0.81% -
XYZ 35.55 28.89 18.17 -
YUV 147.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 206 125 109 0 0.39 0.47 0.19 9.9 0.5 0.62
Hex CE 7D 6D 0 27 2F 13 A 32 3E
Octal 316 175 155 0 47 57 23 12 62 76
Binary 11001110 1111101 1101101 0 100111 101111 10011 1010 110010 111110

Color Harmonies of #CE7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D6D

Black with #CE7D6D

Text Example


Text Example

White with #CE7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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