Html Css Color HEX #C28263 Burning Sand

📋 copy color: '#C28263'

red 194 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #C28263

Tints of Burning Sand #C28263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 45.86%
G = 30.73%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C28263 (or 0xC28263) is known color: Burning Sand. HEX triplet: C2, 82 and 63. RGB value is (194,130,99). Sum of RGB (Red+Green+Blue) = 194+130+99=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C28263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28263 is #3D7D9C. Grayscale: #919191. Windows color (decimal): -4029853 or 6521538. OLE color: 6521538.

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

Color convert

RGB 194 130 99 -
CMYK 0 0.33 0.49 0.24
HSL 19.58º 0.44% 0.57% -
HSV(B) 19.58º 0.49% 0.76% -
XYZ 32.48 28.34 15.56 -
YUV 145.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 194 130 99 0 0.33 0.49 0.24 19.58 0.44 0.57
Hex C2 82 63 0 21 31 18 14 2C 39
Octal 302 202 143 0 41 61 30 24 54 71
Binary 11000010 10000010 1100011 0 100001 110001 11000 10100 101100 111001

Color Harmonies of #C28263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28263

Black with #C28263

Text Example


Text Example

White with #C28263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28263; }

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

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

background-color css

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

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

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

border-color css

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

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

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