Html Css Color HEX #C2A679 Putty

📋 copy color: '#C2A679'

red 194 ◦ green 166 ◦ blue 121

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

Shades of Putty #C2A679

Tints of Putty #C2A679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 40.33%
G = 34.51%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2A679 (or 0xC2A679) is known color: Putty. HEX triplet: C2, A6 and 79. RGB value is (194,166,121). Sum of RGB (Red+Green+Blue) = 194+166+121=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A679 is #3D5986. Grayscale: #A9A9A9. Windows color (decimal): -4020615 or 7972546. OLE color: 7972546.

HSL color Cylindrical-coordinate representation of color #C2A679: hue angle of 36.99º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2A679 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 121 -
CMYK 0 0.14 0.38 0.24
HSL 36.99º 0.37% 0.62% -
HSV(B) 36.99º 0.38% 0.76% -
XYZ 39.34 40.12 23.76 -
YUV 169.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 194 166 121 0 0.14 0.38 0.24 36.99 0.37 0.62
Hex C2 A6 79 0 E 26 18 25 25 3E
Octal 302 246 171 0 16 46 30 45 45 76
Binary 11000010 10100110 1111001 0 1110 100110 11000 100101 100101 111110

Color Harmonies of #C2A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A679

Black with #C2A679

Text Example


Text Example

White with #C2A679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A679; }

 p { color: rgb(194,166,121); }

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

background-color css

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

 a { background-color: rgb(194,166,121); }

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

border-color css

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

 span { border-color: rgb(194,166,121); }

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