Html Css Color HEX #C2AD71 Putty

📋 copy color: '#C2AD71'

red 194 ◦ green 173 ◦ blue 113

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

Shades of Putty #C2AD71

Tints of Putty #C2AD71

RGB

 RED value IS 194 (76.17% from 255) = 40.42%

 GREEN value IS 173 (67.97% from 255) = 36.04%

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

R = 40.42%
G = 36.04%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2AD71 (or 0xC2AD71) is known color: Putty. HEX triplet: C2, AD and 71. RGB value is (194,173,113). Sum of RGB (Red+Green+Blue) = 194+173+113=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD71 is #3D528E. Grayscale: #ACACAC. Windows color (decimal): -4018831 or 7450050. OLE color: 7450050.

HSL color Cylindrical-coordinate representation of color #C2AD71: hue angle of 44.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2AD71 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 113 -
CMYK 0 0.11 0.42 0.24
HSL 44.44º 0.4% 0.6% -
HSV(B) 44.44º 0.42% 0.76% -
XYZ 40.17 42.55 21.72 -
YUV 172.44 94.46 143.38 -
System Red Green Blue C M Y K H S L
Decimal 194 173 113 0 0.11 0.42 0.24 44.44 0.4 0.6
Hex C2 AD 71 0 B 2A 18 2C 28 3C
Octal 302 255 161 0 13 52 30 54 50 74
Binary 11000010 10101101 1110001 0 1011 101010 11000 101100 101000 111100

Color Harmonies of #C2AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD71

Black with #C2AD71

Text Example


Text Example

White with #C2AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD71; }

 p { color: rgb(194,173,113); }

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

background-color css

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

 a { background-color: rgb(194,173,113); }

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

border-color css

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

 span { border-color: rgb(194,173,113); }

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