Html Css Color HEX #CE7E6B Burning Sand

📋 copy color: '#CE7E6B'

red 206 ◦ green 126 ◦ blue 107

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

Shades of Burning Sand #CE7E6B

Tints of Burning Sand #CE7E6B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 46.92%
G = 28.7%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE7E6B (or 0xCE7E6B) is known color: Burning Sand. HEX triplet: CE, 7E and 6B. RGB value is (206,126,107). Sum of RGB (Red+Green+Blue) = 206+126+107=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E6B is #318194. Grayscale: #939393. Windows color (decimal): -3244437 or 7044814. OLE color: 7044814.

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

Color convert

RGB 206 126 107 -
CMYK 0 0.39 0.48 0.19
HSL 11.52º 0.5% 0.61% -
HSV(B) 11.52º 0.48% 0.81% -
XYZ 35.57 29.11 17.65 -
YUV 147.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 206 126 107 0 0.39 0.48 0.19 11.52 0.5 0.61
Hex CE 7E 6B 0 27 30 13 C 32 3D
Octal 316 176 153 0 47 60 23 14 62 75
Binary 11001110 1111110 1101011 0 100111 110000 10011 1100 110010 111101

Color Harmonies of #CE7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E6B

Black with #CE7E6B

Text Example


Text Example

White with #CE7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E6B; }

 p { color: rgb(206,126,107); }

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

background-color css

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

 a { background-color: rgb(206,126,107); }

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

border-color css

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

 span { border-color: rgb(206,126,107); }

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