Html Css Color HEX #C08263 Burning Sand

📋 copy color: '#C08263'

red 192 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #C08263

Tints of Burning Sand #C08263

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

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

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

R = 45.61%
G = 30.88%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08263 (or 0xC08263) is known color: Burning Sand. HEX triplet: C0, 82 and 63. RGB value is (192,130,99). Sum of RGB (Red+Green+Blue) = 192+130+99=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08263 is #3F7D9C. Grayscale: #919191. Windows color (decimal): -4160925 or 6521536. OLE color: 6521536.

HSL color Cylindrical-coordinate representation of color #C08263: hue angle of 20º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C08263 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 99 -
CMYK 0 0.32 0.48 0.25
HSL 20º 0.42% 0.57% -
HSV(B) 20º 0.48% 0.75% -
XYZ 31.97 28.07 15.54 -
YUV 145 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 192 130 99 0 0.32 0.48 0.25 20 0.42 0.57
Hex C0 82 63 0 20 30 19 14 2A 39
Octal 300 202 143 0 40 60 31 24 52 71
Binary 11000000 10000010 1100011 0 100000 110000 11001 10100 101010 111001

Color Harmonies of #C08263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08263

Black with #C08263

Text Example


Text Example

White with #C08263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08263; }

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

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

background-color css

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

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

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

border-color css

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

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

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