Html Css Color HEX #CE7E6E Burning Sand

📋 copy color: '#CE7E6E'

red 206 ◦ green 126 ◦ blue 110

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

Shades of Burning Sand #CE7E6E

Tints of Burning Sand #CE7E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 46.61%
G = 28.51%
B = 24.89%

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

#CE7E6E (or 0xCE7E6E) is known color: Burning Sand. HEX triplet: CE, 7E and 6E. RGB value is (206,126,110). Sum of RGB (Red+Green+Blue) = 206+126+110=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E6E is #318191. Grayscale: #949494. Windows color (decimal): -3244434 or 7241422. OLE color: 7241422.

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

Color convert

RGB 206 126 110 -
CMYK 0 0.39 0.47 0.19
HSL 10º 0.49% 0.62% -
HSV(B) 10º 0.47% 0.81% -
XYZ 35.73 29.17 18.5 -
YUV 148.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 206 126 110 0 0.39 0.47 0.19 10 0.49 0.62
Hex CE 7E 6E 0 27 2F 13 A 31 3E
Octal 316 176 156 0 47 57 23 12 61 76
Binary 11001110 1111110 1101110 0 100111 101111 10011 1010 110001 111110

Color Harmonies of #CE7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E6E

Black with #CE7E6E

Text Example


Text Example

White with #CE7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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