Html Css Color HEX #C28160 Burning Sand

📋 copy color: '#C28160'

red 194 ◦ green 129 ◦ blue 96

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

Shades of Burning Sand #C28160

Tints of Burning Sand #C28160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

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

R = 46.3%
G = 30.79%
B = 22.91%

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

#C28160 (or 0xC28160) is known color: Burning Sand. HEX triplet: C2, 81 and 60. RGB value is (194,129,96). Sum of RGB (Red+Green+Blue) = 194+129+96=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C28160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28160 is #3D7E9F. Grayscale: #909090. Windows color (decimal): -4030112 or 6324674. OLE color: 6324674.

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

Color convert

RGB 194 129 96 -
CMYK 0 0.34 0.51 0.24
HSL 20.2º 0.45% 0.57% -
HSV(B) 20.2º 0.51% 0.76% -
XYZ 32.21 28.01 14.78 -
YUV 144.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 194 129 96 0 0.34 0.51 0.24 20.2 0.45 0.57
Hex C2 81 60 0 22 33 18 14 2D 39
Octal 302 201 140 0 42 63 30 24 55 71
Binary 11000010 10000001 1100000 0 100010 110011 11000 10100 101101 111001

Color Harmonies of #C28160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28160

Black with #C28160

Text Example


Text Example

White with #C28160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28160; }

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

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

background-color css

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

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

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

border-color css

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

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

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