Html Css Color HEX #C7AB71 Putty

📋 copy color: '#C7AB71'

red 199 ◦ green 171 ◦ blue 113

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

Shades of Putty #C7AB71

Tints of Putty #C7AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 41.2%
G = 35.4%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7AB71 (or 0xC7AB71) is known color: Putty. HEX triplet: C7, AB and 71. RGB value is (199,171,113). Sum of RGB (Red+Green+Blue) = 199+171+113=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB71 is #38548E. Grayscale: #ADADAD. Windows color (decimal): -3691663 or 7449543. OLE color: 7449543.

HSL color Cylindrical-coordinate representation of color #C7AB71: hue angle of 40.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7AB71 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 113 -
CMYK 0 0.14 0.43 0.22
HSL 40.47º 0.43% 0.61% -
HSV(B) 40.47º 0.43% 0.78% -
XYZ 41.1 42.46 21.65 -
YUV 172.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 199 171 113 0 0.14 0.43 0.22 40.47 0.43 0.61
Hex C7 AB 71 0 E 2B 16 28 2B 3D
Octal 307 253 161 0 16 53 26 50 53 75
Binary 11000111 10101011 1110001 0 1110 101011 10110 101000 101011 111101

Color Harmonies of #C7AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB71

Black with #C7AB71

Text Example


Text Example

White with #C7AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB71; }

 p { color: rgb(199,171,113); }

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

background-color css

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

 a { background-color: rgb(199,171,113); }

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

border-color css

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

 span { border-color: rgb(199,171,113); }

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