Html Css Color HEX #C58162 Burning Sand

📋 copy color: '#C58162'

red 197 ◦ green 129 ◦ blue 98

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

Shades of Burning Sand #C58162

Tints of Burning Sand #C58162

RGB

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

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

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

R = 46.46%
G = 30.42%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C58162 (or 0xC58162) is known color: Burning Sand. HEX triplet: C5, 81 and 62. RGB value is (197,129,98). Sum of RGB (Red+Green+Blue) = 197+129+98=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58162 is #3A7E9D. Grayscale: #919191. Windows color (decimal): -3833502 or 6455749. OLE color: 6455749.

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

Color convert

RGB 197 129 98 -
CMYK 0 0.35 0.50 0.23
HSL 18.79º 0.46% 0.58% -
HSV(B) 18.79º 0.5% 0.77% -
XYZ 33.08 28.45 15.3 -
YUV 145.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 197 129 98 0 0.35 0.50 0.23 18.79 0.46 0.58
Hex C5 81 62 0 23 32 17 13 2E 3A
Octal 305 201 142 0 43 62 27 23 56 72
Binary 11000101 10000001 1100010 0 100011 110010 10111 10011 101110 111010

Color Harmonies of #C58162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58162

Black with #C58162

Text Example


Text Example

White with #C58162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58162; }

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

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

background-color css

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

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

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

border-color css

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

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

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