Html Css Color HEX #C5B08D Tan

📋 copy color: '#C5B08D'

red 197 ◦ green 176 ◦ blue 141

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

Shades of Tan #C5B08D

Tints of Tan #C5B08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 38.33%
G = 34.24%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5B08D (or 0xC5B08D) is known color: Tan. HEX triplet: C5, B0 and 8D. RGB value is (197,176,141). Sum of RGB (Red+Green+Blue) = 197+176+141=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B08D is #3A4F72. Grayscale: #B2B2B2. Windows color (decimal): -3821427 or 9285829. OLE color: 9285829.

HSL color Cylindrical-coordinate representation of color #C5B08D: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5B08D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 141 -
CMYK 0 0.11 0.28 0.23
HSL 37.5º 0.33% 0.66% -
HSV(B) 37.5º 0.28% 0.77% -
XYZ 43.36 44.84 31.57 -
YUV 178.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 197 176 141 0 0.11 0.28 0.23 37.5 0.33 0.66
Hex C5 B0 8D 0 B 1C 17 26 21 42
Octal 305 260 215 0 13 34 27 46 41 102
Binary 11000101 10110000 10001101 0 1011 11100 10111 100110 100001 1000010

Color Harmonies of #C5B08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B08D

Black with #C5B08D

Text Example


Text Example

White with #C5B08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B08D; }

 p { color: rgb(197,176,141); }

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

background-color css

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

 a { background-color: rgb(197,176,141); }

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

border-color css

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

 span { border-color: rgb(197,176,141); }

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