Html Css Color HEX #CE7E5F Burning Sand

📋 copy color: '#CE7E5F'

red 206 ◦ green 126 ◦ blue 95

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

Shades of Burning Sand #CE7E5F

Tints of Burning Sand #CE7E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 48.24%
G = 29.51%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE7E5F (or 0xCE7E5F) is known color: Burning Sand. HEX triplet: CE, 7E and 5F. RGB value is (206,126,95). Sum of RGB (Red+Green+Blue) = 206+126+95=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E5F is #3181A0. Grayscale: #929292. Windows color (decimal): -3244449 or 6258382. OLE color: 6258382.

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

Color convert

RGB 206 126 95 -
CMYK 0 0.39 0.54 0.19
HSL 16.76º 0.53% 0.59% -
HSV(B) 16.76º 0.54% 0.81% -
XYZ 34.98 28.87 14.56 -
YUV 146.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 206 126 95 0 0.39 0.54 0.19 16.76 0.53 0.59
Hex CE 7E 5F 0 27 36 13 11 35 3B
Octal 316 176 137 0 47 66 23 21 65 73
Binary 11001110 1111110 1011111 0 100111 110110 10011 10001 110101 111011

Color Harmonies of #CE7E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E5F

Black with #CE7E5F

Text Example


Text Example

White with #CE7E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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