Html Css Color HEX #C5886A Burning Sand

📋 copy color: '#C5886A'

red 197 ◦ green 136 ◦ blue 106

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

Shades of Burning Sand #C5886A

Tints of Burning Sand #C5886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 44.87%
G = 30.98%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5886A (or 0xC5886A) is known color: Burning Sand. HEX triplet: C5, 88 and 6A. RGB value is (197,136,106). Sum of RGB (Red+Green+Blue) = 197+136+106=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5886A is #3A7795. Grayscale: #969696. Windows color (decimal): -3831702 or 6981829. OLE color: 6981829.

HSL color Cylindrical-coordinate representation of color #C5886A: hue angle of 19.78º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5886A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 136 106 -
CMYK 0 0.31 0.46 0.23
HSL 19.78º 0.44% 0.59% -
HSV(B) 19.78º 0.46% 0.77% -
XYZ 34.43 30.52 17.71 -
YUV 150.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 197 136 106 0 0.31 0.46 0.23 19.78 0.44 0.59
Hex C5 88 6A 0 1F 2E 17 14 2C 3B
Octal 305 210 152 0 37 56 27 24 54 73
Binary 11000101 10001000 1101010 0 11111 101110 10111 10100 101100 111011

Color Harmonies of #C5886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5886A

Black with #C5886A

Text Example


Text Example

White with #C5886A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5886A; }

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

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

background-color css

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

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

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

border-color css

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

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

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