Html Css Color HEX #CE7C60 Burning Sand

📋 copy color: '#CE7C60'

red 206 ◦ green 124 ◦ blue 96

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

Shades of Burning Sand #CE7C60

Tints of Burning Sand #CE7C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 48.36%
G = 29.11%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7C60 (or 0xCE7C60) is known color: Burning Sand. HEX triplet: CE, 7C and 60. RGB value is (206,124,96). Sum of RGB (Red+Green+Blue) = 206+124+96=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C60 is #31839F. Grayscale: #919191. Windows color (decimal): -3244960 or 6323406. OLE color: 6323406.

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

Color convert

RGB 206 124 96 -
CMYK 0 0.40 0.53 0.19
HSL 15.27º 0.53% 0.59% -
HSV(B) 15.27º 0.53% 0.81% -
XYZ 34.77 28.38 14.71 -
YUV 145.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 206 124 96 0 0.40 0.53 0.19 15.27 0.53 0.59
Hex CE 7C 60 0 28 35 13 F 35 3B
Octal 316 174 140 0 50 65 23 17 65 73
Binary 11001110 1111100 1100000 0 101000 110101 10011 1111 110101 111011

Color Harmonies of #CE7C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C60

Black with #CE7C60

Text Example


Text Example

White with #CE7C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C60; }

 p { color: rgb(206,124,96); }

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

background-color css

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

 a { background-color: rgb(206,124,96); }

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

border-color css

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

 span { border-color: rgb(206,124,96); }

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