Html Css Color HEX #C3AC71 Putty

📋 copy color: '#C3AC71'

red 195 ◦ green 172 ◦ blue 113

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

Shades of Putty #C3AC71

Tints of Putty #C3AC71

RGB

 RED value IS 195 (76.56% from 255) = 40.63%

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

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

R = 40.63%
G = 35.83%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3AC71 (or 0xC3AC71) is known color: Putty. HEX triplet: C3, AC and 71. RGB value is (195,172,113). Sum of RGB (Red+Green+Blue) = 195+172+113=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC71 is #3C538E. Grayscale: #ACACAC. Windows color (decimal): -3953551 or 7449795. OLE color: 7449795.

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

Color convert

RGB 195 172 113 -
CMYK 0 0.12 0.42 0.24
HSL 43.17º 0.41% 0.6% -
HSV(B) 43.17º 0.42% 0.76% -
XYZ 40.24 42.3 21.67 -
YUV 172.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 195 172 113 0 0.12 0.42 0.24 43.17 0.41 0.6
Hex C3 AC 71 0 C 2A 18 2B 29 3C
Octal 303 254 161 0 14 52 30 53 51 74
Binary 11000011 10101100 1110001 0 1100 101010 11000 101011 101001 111100

Color Harmonies of #C3AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC71

Black with #C3AC71

Text Example


Text Example

White with #C3AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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