Html Css Color HEX #C1A676 Putty

📋 copy color: '#C1A676'

red 193 ◦ green 166 ◦ blue 118

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

Shades of Putty #C1A676

Tints of Putty #C1A676

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

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

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

R = 40.46%
G = 34.8%
B = 24.74%

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

#C1A676 (or 0xC1A676) is known color: Putty. HEX triplet: C1, A6 and 76. RGB value is (193,166,118). Sum of RGB (Red+Green+Blue) = 193+166+118=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A676 is #3E5989. Grayscale: #A8A8A8. Windows color (decimal): -4086154 or 7775937. OLE color: 7775937.

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

Color convert

RGB 193 166 118 -
CMYK 0 0.14 0.39 0.24
HSL 38.4º 0.38% 0.61% -
HSV(B) 38.4º 0.39% 0.76% -
XYZ 38.9 39.92 22.79 -
YUV 168.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 193 166 118 0 0.14 0.39 0.24 38.4 0.38 0.61
Hex C1 A6 76 0 E 27 18 26 26 3D
Octal 301 246 166 0 16 47 30 46 46 75
Binary 11000001 10100110 1110110 0 1110 100111 11000 100110 100110 111101

Color Harmonies of #C1A676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A676

Black with #C1A676

Text Example


Text Example

White with #C1A676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A676; }

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

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

background-color css

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

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

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

border-color css

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

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

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