Html Css Color HEX #C28463 Burning Sand

📋 copy color: '#C28463'

red 194 ◦ green 132 ◦ blue 99

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

Shades of Burning Sand #C28463

Tints of Burning Sand #C28463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 45.65%
G = 31.06%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C28463 (or 0xC28463) is known color: Burning Sand. HEX triplet: C2, 84 and 63. RGB value is (194,132,99). Sum of RGB (Red+Green+Blue) = 194+132+99=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C28463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28463 is #3D7B9C. Grayscale: #929292. Windows color (decimal): -4029341 or 6522050. OLE color: 6522050.

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

Color convert

RGB 194 132 99 -
CMYK 0 0.32 0.49 0.24
HSL 20.84º 0.44% 0.57% -
HSV(B) 20.84º 0.49% 0.76% -
XYZ 32.75 28.87 15.65 -
YUV 146.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 194 132 99 0 0.32 0.49 0.24 20.84 0.44 0.57
Hex C2 84 63 0 20 31 18 15 2C 39
Octal 302 204 143 0 40 61 30 25 54 71
Binary 11000010 10000100 1100011 0 100000 110001 11000 10101 101100 111001

Color Harmonies of #C28463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28463

Black with #C28463

Text Example


Text Example

White with #C28463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28463; }

 p { color: rgb(194,132,99); }

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

background-color css

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

 a { background-color: rgb(194,132,99); }

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

border-color css

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

 span { border-color: rgb(194,132,99); }

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