Html Css Color HEX #C7B08A Tan

📋 copy color: '#C7B08A'

red 199 ◦ green 176 ◦ blue 138

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

Shades of Tan #C7B08A

Tints of Tan #C7B08A

RGB

 RED value IS 199 (78.13% from 255) = 38.79%

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

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 38.79%
G = 34.31%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7B08A (or 0xC7B08A) is known color: Tan. HEX triplet: C7, B0 and 8A. RGB value is (199,176,138). Sum of RGB (Red+Green+Blue) = 199+176+138=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B08A is #384F75. Grayscale: #B2B2B2. Windows color (decimal): -3690358 or 9089223. OLE color: 9089223.

HSL color Cylindrical-coordinate representation of color #C7B08A: hue angle of 37.38º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7B08A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 138 -
CMYK 0 0.12 0.31 0.22
HSL 37.38º 0.35% 0.66% -
HSV(B) 37.38º 0.31% 0.78% -
XYZ 43.67 45.03 30.43 -
YUV 178.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 199 176 138 0 0.12 0.31 0.22 37.38 0.35 0.66
Hex C7 B0 8A 0 C 1F 16 25 23 42
Octal 307 260 212 0 14 37 26 45 43 102
Binary 11000111 10110000 10001010 0 1100 11111 10110 100101 100011 1000010

Color Harmonies of #C7B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B08A

Black with #C7B08A

Text Example


Text Example

White with #C7B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B08A; }

 p { color: rgb(199,176,138); }

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

background-color css

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

 a { background-color: rgb(199,176,138); }

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

border-color css

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

 span { border-color: rgb(199,176,138); }

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