Html Css Color HEX #C7AF8A Tan

📋 copy color: '#C7AF8A'

red 199 ◦ green 175 ◦ blue 138

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

Shades of Tan #C7AF8A

Tints of Tan #C7AF8A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

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

R = 38.87%
G = 34.18%
B = 26.95%

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

#C7AF8A (or 0xC7AF8A) is known color: Tan. HEX triplet: C7, AF and 8A. RGB value is (199,175,138). Sum of RGB (Red+Green+Blue) = 199+175+138=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF8A is #385075. Grayscale: #B2B2B2. Windows color (decimal): -3690614 or 9088967. OLE color: 9088967.

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

Color convert

RGB 199 175 138 -
CMYK 0 0.12 0.31 0.22
HSL 36.39º 0.35% 0.66% -
HSV(B) 36.39º 0.31% 0.78% -
XYZ 43.47 44.64 30.37 -
YUV 177.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 199 175 138 0 0.12 0.31 0.22 36.39 0.35 0.66
Hex C7 AF 8A 0 C 1F 16 24 23 42
Octal 307 257 212 0 14 37 26 44 43 102
Binary 11000111 10101111 10001010 0 1100 11111 10110 100100 100011 1000010

Color Harmonies of #C7AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF8A

Black with #C7AF8A

Text Example


Text Example

White with #C7AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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