Html Css Color HEX #C2A76E Putty

📋 copy color: '#C2A76E'

red 194 ◦ green 167 ◦ blue 110

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

Shades of Putty #C2A76E

Tints of Putty #C2A76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.46%

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

R = 41.19%
G = 35.46%
B = 23.35%

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

#C2A76E (or 0xC2A76E) is known color: Putty. HEX triplet: C2, A7 and 6E. RGB value is (194,167,110). Sum of RGB (Red+Green+Blue) = 194+167+110=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A76E is #3D5891. Grayscale: #A8A8A8. Windows color (decimal): -4020370 or 7251906. OLE color: 7251906.

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

Color convert

RGB 194 167 110 -
CMYK 0 0.14 0.43 0.24
HSL 40.71º 0.41% 0.6% -
HSV(B) 40.71º 0.43% 0.76% -
XYZ 38.88 40.23 20.47 -
YUV 168.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 194 167 110 0 0.14 0.43 0.24 40.71 0.41 0.6
Hex C2 A7 6E 0 E 2B 18 29 29 3C
Octal 302 247 156 0 16 53 30 51 51 74
Binary 11000010 10100111 1101110 0 1110 101011 11000 101001 101001 111100

Color Harmonies of #C2A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A76E

Black with #C2A76E

Text Example


Text Example

White with #C2A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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