Html Css Color HEX #C2AD6F Putty

📋 copy color: '#C2AD6F'

red 194 ◦ green 173 ◦ blue 111

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

Shades of Putty #C2AD6F

Tints of Putty #C2AD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.22%

R = 40.59%
G = 36.19%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2AD6F (or 0xC2AD6F) is known color: Putty. HEX triplet: C2, AD and 6F. RGB value is (194,173,111). Sum of RGB (Red+Green+Blue) = 194+173+111=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD6F is #3D5290. Grayscale: #ACACAC. Windows color (decimal): -4018833 or 7318978. OLE color: 7318978.

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

Color convert

RGB 194 173 111 -
CMYK 0 0.11 0.43 0.24
HSL 44.82º 0.4% 0.6% -
HSV(B) 44.82º 0.43% 0.76% -
XYZ 40.06 42.5 21.13 -
YUV 172.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 194 173 111 0 0.11 0.43 0.24 44.82 0.4 0.6
Hex C2 AD 6F 0 B 2B 18 2D 28 3C
Octal 302 255 157 0 13 53 30 55 50 74
Binary 11000010 10101101 1101111 0 1011 101011 11000 101101 101000 111100

Color Harmonies of #C2AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD6F

Black with #C2AD6F

Text Example


Text Example

White with #C2AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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