Html Css Color HEX #C28764 Burning Sand

📋 copy color: '#C28764'

red 194 ◦ green 135 ◦ blue 100

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

Shades of Burning Sand #C28764

Tints of Burning Sand #C28764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

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

R = 45.22%
G = 31.47%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C28764 (or 0xC28764) is known color: Burning Sand. HEX triplet: C2, 87 and 64. RGB value is (194,135,100). Sum of RGB (Red+Green+Blue) = 194+135+100=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28764 is #3D789B. Grayscale: #949494. Windows color (decimal): -4028572 or 6588354. OLE color: 6588354.

HSL color Cylindrical-coordinate representation of color #C28764: hue angle of 22.34º 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 #C28764 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 100 -
CMYK 0 0.30 0.48 0.24
HSL 22.34º 0.44% 0.58% -
HSV(B) 22.34º 0.48% 0.76% -
XYZ 33.21 29.72 16.04 -
YUV 148.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 194 135 100 0 0.30 0.48 0.24 22.34 0.44 0.58
Hex C2 87 64 0 1E 30 18 16 2C 3A
Octal 302 207 144 0 36 60 30 26 54 72
Binary 11000010 10000111 1100100 0 11110 110000 11000 10110 101100 111010

Color Harmonies of #C28764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28764

Black with #C28764

Text Example


Text Example

White with #C28764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28764; }

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

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

background-color css

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

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

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

border-color css

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

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

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