Html Css Color HEX #C2A96C Putty

📋 copy color: '#C2A96C'

red 194 ◦ green 169 ◦ blue 108

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

Shades of Putty #C2A96C

Tints of Putty #C2A96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 41.19%
G = 35.88%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2A96C (or 0xC2A96C) is known color: Putty. HEX triplet: C2, A9 and 6C. RGB value is (194,169,108). Sum of RGB (Red+Green+Blue) = 194+169+108=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A96C is #3D5693. Grayscale: #A9A9A9. Windows color (decimal): -4019860 or 7121346. OLE color: 7121346.

HSL color Cylindrical-coordinate representation of color #C2A96C: hue angle of 42.56º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2A96C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 169 108 -
CMYK 0 0.13 0.44 0.24
HSL 42.56º 0.41% 0.59% -
HSV(B) 42.56º 0.44% 0.76% -
XYZ 39.14 40.93 20.02 -
YUV 169.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 194 169 108 0 0.13 0.44 0.24 42.56 0.41 0.59
Hex C2 A9 6C 0 D 2C 18 2B 29 3B
Octal 302 251 154 0 15 54 30 53 51 73
Binary 11000010 10101001 1101100 0 1101 101100 11000 101011 101001 111011

Color Harmonies of #C2A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A96C

Black with #C2A96C

Text Example


Text Example

White with #C2A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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