Html Css Color HEX #C08362 Burning Sand

📋 copy color: '#C08362'

red 192 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #C08362

Tints of Burning Sand #C08362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.28%

R = 45.61%
G = 31.12%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08362 (or 0xC08362) is known color: Burning Sand. HEX triplet: C0, 83 and 62. RGB value is (192,131,98). Sum of RGB (Red+Green+Blue) = 192+131+98=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08362 is #3F7C9D. Grayscale: #919191. Windows color (decimal): -4160670 or 6456256. OLE color: 6456256.

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

Color convert

RGB 192 131 98 -
CMYK 0 0.32 0.49 0.25
HSL 21.06º 0.43% 0.57% -
HSV(B) 21.06º 0.49% 0.75% -
XYZ 32.06 28.32 15.33 -
YUV 145.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 192 131 98 0 0.32 0.49 0.25 21.06 0.43 0.57
Hex C0 83 62 0 20 31 19 15 2B 39
Octal 300 203 142 0 40 61 31 25 53 71
Binary 11000000 10000011 1100010 0 100000 110001 11001 10101 101011 111001

Color Harmonies of #C08362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08362

Black with #C08362

Text Example


Text Example

White with #C08362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08362; }

 p { color: rgb(192,131,98); }

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

background-color css

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

 a { background-color: rgb(192,131,98); }

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

border-color css

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

 span { border-color: rgb(192,131,98); }

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