Html Css Color HEX #CE7964 Burning Sand

📋 copy color: '#CE7964'

red 206 ◦ green 121 ◦ blue 100

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

Shades of Burning Sand #CE7964

Tints of Burning Sand #CE7964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

 BLUE value IS 100 (39.45% from 255) = 23.42%

R = 48.24%
G = 28.34%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE7964 (or 0xCE7964) is known color: Burning Sand. HEX triplet: CE, 79 and 64. RGB value is (206,121,100). Sum of RGB (Red+Green+Blue) = 206+121+100=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7964 is #31869B. Grayscale: #909090. Windows color (decimal): -3245724 or 6584782. OLE color: 6584782.

HSL color Cylindrical-coordinate representation of color #CE7964: hue angle of 11.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7964 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 100 -
CMYK 0 0.41 0.51 0.19
HSL 11.89º 0.52% 0.6% -
HSV(B) 11.89º 0.51% 0.81% -
XYZ 34.59 27.72 15.58 -
YUV 144.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 206 121 100 0 0.41 0.51 0.19 11.89 0.52 0.6
Hex CE 79 64 0 29 33 13 C 34 3C
Octal 316 171 144 0 51 63 23 14 64 74
Binary 11001110 1111001 1100100 0 101001 110011 10011 1100 110100 111100

Color Harmonies of #CE7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7964

Black with #CE7964

Text Example


Text Example

White with #CE7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7964; }

 p { color: rgb(206,121,100); }

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

background-color css

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

 a { background-color: rgb(206,121,100); }

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

border-color css

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

 span { border-color: rgb(206,121,100); }

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