Html Css Color HEX #C2A676 Putty

📋 copy color: '#C2A676'

red 194 ◦ green 166 ◦ blue 118

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

Shades of Putty #C2A676

Tints of Putty #C2A676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 40.59%
G = 34.73%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C2A676 (or 0xC2A676) is known color: Putty. HEX triplet: C2, A6 and 76. RGB value is (194,166,118). Sum of RGB (Red+Green+Blue) = 194+166+118=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A676 is #3D5989. Grayscale: #A9A9A9. Windows color (decimal): -4020618 or 7775938. OLE color: 7775938.

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

Color convert

RGB 194 166 118 -
CMYK 0 0.14 0.39 0.24
HSL 37.89º 0.38% 0.61% -
HSV(B) 37.89º 0.39% 0.76% -
XYZ 39.15 40.05 22.81 -
YUV 168.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 194 166 118 0 0.14 0.39 0.24 37.89 0.38 0.61
Hex C2 A6 76 0 E 27 18 26 26 3D
Octal 302 246 166 0 16 47 30 46 46 75
Binary 11000010 10100110 1110110 0 1110 100111 11000 100110 100110 111101

Color Harmonies of #C2A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A676

Black with #C2A676

Text Example


Text Example

White with #C2A676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A676; }

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

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

background-color css

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

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

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

border-color css

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

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

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