Html Css Color HEX #C5815D Burning Sand

📋 copy color: '#C5815D'

red 197 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #C5815D

Tints of Burning Sand #C5815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 47.02%
G = 30.79%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5815D (or 0xC5815D) is known color: Burning Sand. HEX triplet: C5, 81 and 5D. RGB value is (197,129,93). Sum of RGB (Red+Green+Blue) = 197+129+93=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5815D is #3A7EA2. Grayscale: #919191. Windows color (decimal): -3833507 or 6128069. OLE color: 6128069.

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

Color convert

RGB 197 129 93 -
CMYK 0 0.35 0.53 0.23
HSL 20.77º 0.47% 0.57% -
HSV(B) 20.77º 0.53% 0.77% -
XYZ 32.85 28.36 14.1 -
YUV 145.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 197 129 93 0 0.35 0.53 0.23 20.77 0.47 0.57
Hex C5 81 5D 0 23 35 17 15 2F 39
Octal 305 201 135 0 43 65 27 25 57 71
Binary 11000101 10000001 1011101 0 100011 110101 10111 10101 101111 111001

Color Harmonies of #C5815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5815D

Black with #C5815D

Text Example


Text Example

White with #C5815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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