Html Css Color HEX #CE7F60 Burning Sand

📋 copy color: '#CE7F60'

red 206 ◦ green 127 ◦ blue 96

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

Shades of Burning Sand #CE7F60

Tints of Burning Sand #CE7F60

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

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

R = 48.02%
G = 29.6%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE7F60 (or 0xCE7F60) is known color: Burning Sand. HEX triplet: CE, 7F and 60. RGB value is (206,127,96). Sum of RGB (Red+Green+Blue) = 206+127+96=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F60 is #31809F. Grayscale: #939393. Windows color (decimal): -3244192 or 6324174. OLE color: 6324174.

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

Color convert

RGB 206 127 96 -
CMYK 0 0.38 0.53 0.19
HSL 16.91º 0.53% 0.59% -
HSV(B) 16.91º 0.53% 0.81% -
XYZ 35.15 29.15 14.84 -
YUV 147.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 206 127 96 0 0.38 0.53 0.19 16.91 0.53 0.59
Hex CE 7F 60 0 26 35 13 11 35 3B
Octal 316 177 140 0 46 65 23 21 65 73
Binary 11001110 1111111 1100000 0 100110 110101 10011 10001 110101 111011

Color Harmonies of #CE7F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F60

Black with #CE7F60

Text Example


Text Example

White with #CE7F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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