Html Css Color HEX #C1AC71 Putty

📋 copy color: '#C1AC71'

red 193 ◦ green 172 ◦ blue 113

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

Shades of Putty #C1AC71

Tints of Putty #C1AC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

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

R = 40.38%
G = 35.98%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1AC71 (or 0xC1AC71) is known color: Putty. HEX triplet: C1, AC and 71. RGB value is (193,172,113). Sum of RGB (Red+Green+Blue) = 193+172+113=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC71 is #3E538E. Grayscale: #ABABAB. Windows color (decimal): -4084623 or 7449793. OLE color: 7449793.

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

Color convert

RGB 193 172 113 -
CMYK 0 0.11 0.41 0.24
HSL 44.25º 0.39% 0.6% -
HSV(B) 44.25º 0.41% 0.76% -
XYZ 39.73 42.03 21.64 -
YUV 171.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 193 172 113 0 0.11 0.41 0.24 44.25 0.39 0.6
Hex C1 AC 71 0 B 29 18 2C 27 3C
Octal 301 254 161 0 13 51 30 54 47 74
Binary 11000001 10101100 1110001 0 1011 101001 11000 101100 100111 111100

Color Harmonies of #C1AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AC71

Black with #C1AC71

Text Example


Text Example

White with #C1AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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