Html Css Color HEX #C28360 Burning Sand

📋 copy color: '#C28360'

red 194 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #C28360

Tints of Burning Sand #C28360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

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

R = 46.08%
G = 31.12%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C28360 (or 0xC28360) is known color: Burning Sand. HEX triplet: C2, 83 and 60. RGB value is (194,131,96). Sum of RGB (Red+Green+Blue) = 194+131+96=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28360 is #3D7C9F. Grayscale: #929292. Windows color (decimal): -4029600 or 6325186. OLE color: 6325186.

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

Color convert

RGB 194 131 96 -
CMYK 0 0.32 0.51 0.24
HSL 21.43º 0.45% 0.57% -
HSV(B) 21.43º 0.51% 0.76% -
XYZ 32.48 28.55 14.86 -
YUV 145.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 194 131 96 0 0.32 0.51 0.24 21.43 0.45 0.57
Hex C2 83 60 0 20 33 18 15 2D 39
Octal 302 203 140 0 40 63 30 25 55 71
Binary 11000010 10000011 1100000 0 100000 110011 11000 10101 101101 111001

Color Harmonies of #C28360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28360

Black with #C28360

Text Example


Text Example

White with #C28360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28360; }

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

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

background-color css

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

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

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

border-color css

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

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

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