Html Css Color HEX #C5886D Burning Sand

📋 copy color: '#C5886D'

red 197 ◦ green 136 ◦ blue 109

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

Shades of Burning Sand #C5886D

Tints of Burning Sand #C5886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

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

R = 44.57%
G = 30.77%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5886D (or 0xC5886D) is known color: Burning Sand. HEX triplet: C5, 88 and 6D. RGB value is (197,136,109). Sum of RGB (Red+Green+Blue) = 197+136+109=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5886D is #3A7792. Grayscale: #979797. Windows color (decimal): -3831699 or 7178437. OLE color: 7178437.

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

Color convert

RGB 197 136 109 -
CMYK 0 0.31 0.45 0.23
HSL 18.41º 0.43% 0.6% -
HSV(B) 18.41º 0.45% 0.77% -
XYZ 34.59 30.58 18.55 -
YUV 151.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 197 136 109 0 0.31 0.45 0.23 18.41 0.43 0.6
Hex C5 88 6D 0 1F 2D 17 12 2B 3C
Octal 305 210 155 0 37 55 27 22 53 74
Binary 11000101 10001000 1101101 0 11111 101101 10111 10010 101011 111100

Color Harmonies of #C5886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5886D

Black with #C5886D

Text Example


Text Example

White with #C5886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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