Html Css Color HEX #C1AC6F Putty

📋 copy color: '#C1AC6F'

red 193 ◦ green 172 ◦ blue 111

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

Shades of Putty #C1AC6F

Tints of Putty #C1AC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 40.55%
G = 36.13%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1AC6F (or 0xC1AC6F) is known color: Putty. HEX triplet: C1, AC and 6F. RGB value is (193,172,111). Sum of RGB (Red+Green+Blue) = 193+172+111=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC6F is #3E5390. Grayscale: #ABABAB. Windows color (decimal): -4084625 or 7318721. OLE color: 7318721.

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

Color convert

RGB 193 172 111 -
CMYK 0 0.11 0.42 0.24
HSL 44.63º 0.4% 0.6% -
HSV(B) 44.63º 0.42% 0.76% -
XYZ 39.61 41.99 21.06 -
YUV 171.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 193 172 111 0 0.11 0.42 0.24 44.63 0.4 0.6
Hex C1 AC 6F 0 B 2A 18 2D 28 3C
Octal 301 254 157 0 13 52 30 55 50 74
Binary 11000001 10101100 1101111 0 1011 101010 11000 101101 101000 111100

Color Harmonies of #C1AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AC6F

Black with #C1AC6F

Text Example


Text Example

White with #C1AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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