Html Css Color HEX #C58462 Burning Sand

📋 copy color: '#C58462'

red 197 ◦ green 132 ◦ blue 98

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

Shades of Burning Sand #C58462

Tints of Burning Sand #C58462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 46.14%
G = 30.91%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C58462 (or 0xC58462) is known color: Burning Sand. HEX triplet: C5, 84 and 62. RGB value is (197,132,98). Sum of RGB (Red+Green+Blue) = 197+132+98=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C58462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58462 is #3A7B9D. Grayscale: #939393. Windows color (decimal): -3832734 or 6456517. OLE color: 6456517.

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

Color convert

RGB 197 132 98 -
CMYK 0 0.33 0.50 0.23
HSL 20.61º 0.46% 0.58% -
HSV(B) 20.61º 0.5% 0.77% -
XYZ 33.48 29.25 15.44 -
YUV 147.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 197 132 98 0 0.33 0.50 0.23 20.61 0.46 0.58
Hex C5 84 62 0 21 32 17 15 2E 3A
Octal 305 204 142 0 41 62 27 25 56 72
Binary 11000101 10000100 1100010 0 100001 110010 10111 10101 101110 111010

Color Harmonies of #C58462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58462

Black with #C58462

Text Example


Text Example

White with #C58462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58462; }

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

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

background-color css

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

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

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

border-color css

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

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

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