Html Css Color HEX #CE7B5F Burning Sand

📋 copy color: '#CE7B5F'

red 206 ◦ green 123 ◦ blue 95

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

Shades of Burning Sand #CE7B5F

Tints of Burning Sand #CE7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.01%

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

R = 48.58%
G = 29.01%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE7B5F (or 0xCE7B5F) is known color: Burning Sand. HEX triplet: CE, 7B and 5F. RGB value is (206,123,95). Sum of RGB (Red+Green+Blue) = 206+123+95=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B5F is #3184A0. Grayscale: #909090. Windows color (decimal): -3245217 or 6257614. OLE color: 6257614.

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

Color convert

RGB 206 123 95 -
CMYK 0 0.40 0.54 0.19
HSL 15.14º 0.53% 0.59% -
HSV(B) 15.14º 0.54% 0.81% -
XYZ 34.6 28.11 14.43 -
YUV 144.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 206 123 95 0 0.40 0.54 0.19 15.14 0.53 0.59
Hex CE 7B 5F 0 28 36 13 F 35 3B
Octal 316 173 137 0 50 66 23 17 65 73
Binary 11001110 1111011 1011111 0 101000 110110 10011 1111 110101 111011

Color Harmonies of #CE7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B5F

Black with #CE7B5F

Text Example


Text Example

White with #CE7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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