Html Css Color HEX #C2A66F Putty

📋 copy color: '#C2A66F'

red 194 ◦ green 166 ◦ blue 111

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

Shades of Putty #C2A66F

Tints of Putty #C2A66F

RGB

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

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

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

R = 41.19%
G = 35.24%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2A66F (or 0xC2A66F) is known color: Putty. HEX triplet: C2, A6 and 6F. RGB value is (194,166,111). Sum of RGB (Red+Green+Blue) = 194+166+111=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A66F is #3D5990. Grayscale: #A8A8A8. Windows color (decimal): -4020625 or 7317186. OLE color: 7317186.

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

Color convert

RGB 194 166 111 -
CMYK 0 0.14 0.43 0.24
HSL 39.76º 0.4% 0.6% -
HSV(B) 39.76º 0.43% 0.76% -
XYZ 38.75 39.89 20.7 -
YUV 168.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 194 166 111 0 0.14 0.43 0.24 39.76 0.4 0.6
Hex C2 A6 6F 0 E 2B 18 28 28 3C
Octal 302 246 157 0 16 53 30 50 50 74
Binary 11000010 10100110 1101111 0 1110 101011 11000 101000 101000 111100

Color Harmonies of #C2A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A66F

Black with #C2A66F

Text Example


Text Example

White with #C2A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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