Html Css Color HEX #C28964 Burning Sand

📋 copy color: '#C28964'

red 194 ◦ green 137 ◦ blue 100

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

Shades of Burning Sand #C28964

Tints of Burning Sand #C28964

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

 GREEN value IS 137 (53.91% from 255) = 31.79%

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

R = 45.01%
G = 31.79%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28964 (or 0xC28964) is known color: Burning Sand. HEX triplet: C2, 89 and 64. RGB value is (194,137,100). Sum of RGB (Red+Green+Blue) = 194+137+100=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C28964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28964 is #3D769B. Grayscale: #969696. Windows color (decimal): -4028060 or 6588866. OLE color: 6588866.

HSL color Cylindrical-coordinate representation of color #C28964: hue angle of 23.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C28964 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 100 -
CMYK 0 0.29 0.48 0.24
HSL 23.62º 0.44% 0.58% -
HSV(B) 23.62º 0.48% 0.76% -
XYZ 33.49 30.28 16.14 -
YUV 149.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 194 137 100 0 0.29 0.48 0.24 23.62 0.44 0.58
Hex C2 89 64 0 1D 30 18 18 2C 3A
Octal 302 211 144 0 35 60 30 30 54 72
Binary 11000010 10001001 1100100 0 11101 110000 11000 11000 101100 111010

Color Harmonies of #C28964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28964

Black with #C28964

Text Example


Text Example

White with #C28964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28964; }

 p { color: rgb(194,137,100); }

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

background-color css

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

 a { background-color: rgb(194,137,100); }

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

border-color css

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

 span { border-color: rgb(194,137,100); }

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