Html Css Color HEX #C58362 Burning Sand

📋 copy color: '#C58362'

red 197 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #C58362

Tints of Burning Sand #C58362

RGB

 RED value IS 197 (77.34% from 255) = 46.24%

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

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

R = 46.24%
G = 30.75%
B = 23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C58362 (or 0xC58362) is known color: Burning Sand. HEX triplet: C5, 83 and 62. RGB value is (197,131,98). Sum of RGB (Red+Green+Blue) = 197+131+98=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C58362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58362 is #3A7C9D. Grayscale: #939393. Windows color (decimal): -3832990 or 6456261. OLE color: 6456261.

HSL color Cylindrical-coordinate representation of color #C58362: hue angle of 20º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C58362 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 98 -
CMYK 0 0.34 0.50 0.23
HSL 20º 0.46% 0.58% -
HSV(B) 20º 0.5% 0.77% -
XYZ 33.35 28.98 15.39 -
YUV 146.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 197 131 98 0 0.34 0.50 0.23 20 0.46 0.58
Hex C5 83 62 0 22 32 17 14 2E 3A
Octal 305 203 142 0 42 62 27 24 56 72
Binary 11000101 10000011 1100010 0 100010 110010 10111 10100 101110 111010

Color Harmonies of #C58362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58362

Black with #C58362

Text Example


Text Example

White with #C58362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58362; }

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

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

background-color css

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

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

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

border-color css

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

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

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