Html Css Color HEX #C5816D Burning Sand

📋 copy color: '#C5816D'

red 197 ◦ green 129 ◦ blue 109

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

Shades of Burning Sand #C5816D

Tints of Burning Sand #C5816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 45.29%
G = 29.66%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5816D (or 0xC5816D) is known color: Burning Sand. HEX triplet: C5, 81 and 6D. RGB value is (197,129,109). Sum of RGB (Red+Green+Blue) = 197+129+109=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5816D is #3A7E92. Grayscale: #939393. Windows color (decimal): -3833491 or 7176645. OLE color: 7176645.

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

Color convert

RGB 197 129 109 -
CMYK 0 0.35 0.45 0.23
HSL 13.64º 0.43% 0.6% -
HSV(B) 13.64º 0.45% 0.77% -
XYZ 33.64 28.67 18.23 -
YUV 147.05 106.53 163.63 -
System Red Green Blue C M Y K H S L
Decimal 197 129 109 0 0.35 0.45 0.23 13.64 0.43 0.6
Hex C5 81 6D 0 23 2D 17 E 2B 3C
Octal 305 201 155 0 43 55 27 16 53 74
Binary 11000101 10000001 1101101 0 100011 101101 10111 1110 101011 111100

Color Harmonies of #C5816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5816D

Black with #C5816D

Text Example


Text Example

White with #C5816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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