Html Css Color HEX #C1A671 Putty

📋 copy color: '#C1A671'

red 193 ◦ green 166 ◦ blue 113

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

Shades of Putty #C1A671

Tints of Putty #C1A671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 40.89%
G = 35.17%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1A671 (or 0xC1A671) is known color: Putty. HEX triplet: C1, A6 and 71. RGB value is (193,166,113). Sum of RGB (Red+Green+Blue) = 193+166+113=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A671 is #3E598E. Grayscale: #A8A8A8. Windows color (decimal): -4086159 or 7448257. OLE color: 7448257.

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

Color convert

RGB 193 166 113 -
CMYK 0 0.14 0.41 0.24
HSL 39.75º 0.39% 0.6% -
HSV(B) 39.75º 0.41% 0.76% -
XYZ 38.61 39.8 21.27 -
YUV 168.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 193 166 113 0 0.14 0.41 0.24 39.75 0.39 0.6
Hex C1 A6 71 0 E 29 18 28 27 3C
Octal 301 246 161 0 16 51 30 50 47 74
Binary 11000001 10100110 1110001 0 1110 101001 11000 101000 100111 111100

Color Harmonies of #C1A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A671

Black with #C1A671

Text Example


Text Example

White with #C1A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A671; }

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

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

background-color css

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

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

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

border-color css

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

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

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