Html Css Color HEX #C2A76C Putty

📋 copy color: '#C2A76C'

red 194 ◦ green 167 ◦ blue 108

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

Shades of Putty #C2A76C

Tints of Putty #C2A76C

RGB

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

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

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

R = 41.36%
G = 35.61%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2A76C (or 0xC2A76C) is known color: Putty. HEX triplet: C2, A7 and 6C. RGB value is (194,167,108). Sum of RGB (Red+Green+Blue) = 194+167+108=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A76C is #3D5893. Grayscale: #A8A8A8. Windows color (decimal): -4020372 or 7120834. OLE color: 7120834.

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

Color convert

RGB 194 167 108 -
CMYK 0 0.14 0.44 0.24
HSL 41.16º 0.41% 0.59% -
HSV(B) 41.16º 0.44% 0.76% -
XYZ 38.77 40.19 19.9 -
YUV 168.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 194 167 108 0 0.14 0.44 0.24 41.16 0.41 0.59
Hex C2 A7 6C 0 E 2C 18 29 29 3B
Octal 302 247 154 0 16 54 30 51 51 73
Binary 11000010 10100111 1101100 0 1110 101100 11000 101001 101001 111011

Color Harmonies of #C2A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A76C

Black with #C2A76C

Text Example


Text Example

White with #C2A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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