Html Css Color HEX #C2A96E Putty

📋 copy color: '#C2A96E'

red 194 ◦ green 169 ◦ blue 110

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

Shades of Putty #C2A96E

Tints of Putty #C2A96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 41.01%
G = 35.73%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2A96E (or 0xC2A96E) is known color: Putty. HEX triplet: C2, A9 and 6E. RGB value is (194,169,110). Sum of RGB (Red+Green+Blue) = 194+169+110=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A96E is #3D5691. Grayscale: #AAAAAA. Windows color (decimal): -4019858 or 7252418. OLE color: 7252418.

HSL color Cylindrical-coordinate representation of color #C2A96E: hue angle of 42.14º degrees, saturation: 0.41, 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 #C2A96E is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 169 110 -
CMYK 0 0.13 0.43 0.24
HSL 42.14º 0.41% 0.6% -
HSV(B) 42.14º 0.43% 0.76% -
XYZ 39.25 40.97 20.59 -
YUV 169.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 194 169 110 0 0.13 0.43 0.24 42.14 0.41 0.6
Hex C2 A9 6E 0 D 2B 18 2A 29 3C
Octal 302 251 156 0 15 53 30 52 51 74
Binary 11000010 10101001 1101110 0 1101 101011 11000 101010 101001 111100

Color Harmonies of #C2A96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A96E

Black with #C2A96E

Text Example


Text Example

White with #C2A96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A96E; }

 p { color: rgb(194,169,110); }

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

background-color css

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

 a { background-color: rgb(194,169,110); }

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

border-color css

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

 span { border-color: rgb(194,169,110); }

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