Html Css Color HEX #C2AC6F Putty

📋 copy color: '#C2AC6F'

red 194 ◦ green 172 ◦ blue 111

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

Shades of Putty #C2AC6F

Tints of Putty #C2AC6F

RGB

 RED value IS 194 (76.17% from 255) = 40.67%

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

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

R = 40.67%
G = 36.06%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2AC6F (or 0xC2AC6F) is known color: Putty. HEX triplet: C2, AC and 6F. RGB value is (194,172,111). Sum of RGB (Red+Green+Blue) = 194+172+111=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC6F is #3D5390. Grayscale: #ABABAB. Windows color (decimal): -4019089 or 7318722. OLE color: 7318722.

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

Color convert

RGB 194 172 111 -
CMYK 0 0.11 0.43 0.24
HSL 44.1º 0.4% 0.6% -
HSV(B) 44.1º 0.43% 0.76% -
XYZ 39.87 42.12 21.07 -
YUV 171.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 194 172 111 0 0.11 0.43 0.24 44.1 0.4 0.6
Hex C2 AC 6F 0 B 2B 18 2C 28 3C
Octal 302 254 157 0 13 53 30 54 50 74
Binary 11000010 10101100 1101111 0 1011 101011 11000 101100 101000 111100

Color Harmonies of #C2AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC6F

Black with #C2AC6F

Text Example


Text Example

White with #C2AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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