Html Css Color HEX #C28060 Burning Sand

📋 copy color: '#C28060'

red 194 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #C28060

Tints of Burning Sand #C28060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 46.41%
G = 30.62%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C28060 (or 0xC28060) is known color: Burning Sand. HEX triplet: C2, 80 and 60. RGB value is (194,128,96). Sum of RGB (Red+Green+Blue) = 194+128+96=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C28060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28060 is #3D7F9F. Grayscale: #909090. Windows color (decimal): -4030368 or 6324418. OLE color: 6324418.

HSL color Cylindrical-coordinate representation of color #C28060: hue angle of 19.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C28060 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 96 -
CMYK 0 0.34 0.51 0.24
HSL 19.59º 0.45% 0.57% -
HSV(B) 19.59º 0.51% 0.76% -
XYZ 32.08 27.75 14.73 -
YUV 144.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 194 128 96 0 0.34 0.51 0.24 19.59 0.45 0.57
Hex C2 80 60 0 22 33 18 14 2D 39
Octal 302 200 140 0 42 63 30 24 55 71
Binary 11000010 10000000 1100000 0 100010 110011 11000 10100 101101 111001

Color Harmonies of #C28060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28060

Black with #C28060

Text Example


Text Example

White with #C28060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28060; }

 p { color: rgb(194,128,96); }

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

background-color css

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

 a { background-color: rgb(194,128,96); }

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

border-color css

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

 span { border-color: rgb(194,128,96); }

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