Html Css Color HEX #C28363 Burning Sand

📋 copy color: '#C28363'

red 194 ◦ green 131 ◦ blue 99

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

Shades of Burning Sand #C28363

Tints of Burning Sand #C28363

RGB

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

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

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

R = 45.75%
G = 30.9%
B = 23.35%

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

#C28363 (or 0xC28363) is known color: Burning Sand. HEX triplet: C2, 83 and 63. RGB value is (194,131,99). Sum of RGB (Red+Green+Blue) = 194+131+99=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C28363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28363 is #3D7C9C. Grayscale: #929292. Windows color (decimal): -4029597 or 6521794. OLE color: 6521794.

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

Color convert

RGB 194 131 99 -
CMYK 0 0.32 0.49 0.24
HSL 20.21º 0.44% 0.57% -
HSV(B) 20.21º 0.49% 0.76% -
XYZ 32.62 28.6 15.61 -
YUV 146.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 194 131 99 0 0.32 0.49 0.24 20.21 0.44 0.57
Hex C2 83 63 0 20 31 18 14 2C 39
Octal 302 203 143 0 40 61 30 24 54 71
Binary 11000010 10000011 1100011 0 100000 110001 11000 10100 101100 111001

Color Harmonies of #C28363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28363

Black with #C28363

Text Example


Text Example

White with #C28363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28363; }

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

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

background-color css

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

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

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

border-color css

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

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

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