Html Css Color HEX #C28863 Burning Sand

📋 copy color: '#C28863'

red 194 ◦ green 136 ◦ blue 99

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

Shades of Burning Sand #C28863

Tints of Burning Sand #C28863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

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

R = 45.22%
G = 31.7%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C28863 (or 0xC28863) is known color: Burning Sand. HEX triplet: C2, 88 and 63. RGB value is (194,136,99). Sum of RGB (Red+Green+Blue) = 194+136+99=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28863 is #3D779C. Grayscale: #959595. Windows color (decimal): -4028317 or 6523074. OLE color: 6523074.

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

Color convert

RGB 194 136 99 -
CMYK 0 0.30 0.49 0.24
HSL 23.37º 0.44% 0.57% -
HSV(B) 23.37º 0.49% 0.76% -
XYZ 33.3 29.98 15.84 -
YUV 149.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 194 136 99 0 0.30 0.49 0.24 23.37 0.44 0.57
Hex C2 88 63 0 1E 31 18 17 2C 39
Octal 302 210 143 0 36 61 30 27 54 71
Binary 11000010 10001000 1100011 0 11110 110001 11000 10111 101100 111001

Color Harmonies of #C28863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28863

Black with #C28863

Text Example


Text Example

White with #C28863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28863; }

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

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

background-color css

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

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

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

border-color css

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

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

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