Html Css Color HEX #C58156 Burning Sand

📋 copy color: '#C58156'

red 197 ◦ green 129 ◦ blue 86

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

Shades of Burning Sand #C58156

Tints of Burning Sand #C58156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 47.82%
G = 31.31%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C58156 (or 0xC58156) is known color: Burning Sand. HEX triplet: C5, 81 and 56. RGB value is (197,129,86). Sum of RGB (Red+Green+Blue) = 197+129+86=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C58156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58156 is #3A7EA9. Grayscale: #909090. Windows color (decimal): -3833514 or 5669317. OLE color: 5669317.

HSL color Cylindrical-coordinate representation of color #C58156: hue angle of 23.24º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C58156 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 86 -
CMYK 0 0.35 0.56 0.23
HSL 23.24º 0.49% 0.55% -
HSV(B) 23.24º 0.56% 0.77% -
XYZ 32.56 28.24 12.54 -
YUV 144.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 197 129 86 0 0.35 0.56 0.23 23.24 0.49 0.55
Hex C5 81 56 0 23 38 17 17 31 37
Octal 305 201 126 0 43 70 27 27 61 67
Binary 11000101 10000001 1010110 0 100011 111000 10111 10111 110001 110111

Color Harmonies of #C58156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58156

Black with #C58156

Text Example


Text Example

White with #C58156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58156; }

 p { color: rgb(197,129,86); }

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

background-color css

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

 a { background-color: rgb(197,129,86); }

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

border-color css

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

 span { border-color: rgb(197,129,86); }

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