Html Css Color HEX #C2AC6C Putty

📋 copy color: '#C2AC6C'

red 194 ◦ green 172 ◦ blue 108

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

Shades of Putty #C2AC6C

Tints of Putty #C2AC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 40.93%
G = 36.29%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2AC6C (or 0xC2AC6C) is known color: Putty. HEX triplet: C2, AC and 6C. RGB value is (194,172,108). Sum of RGB (Red+Green+Blue) = 194+172+108=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC6C is #3D5393. Grayscale: #ABABAB. Windows color (decimal): -4019092 or 7122114. OLE color: 7122114.

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

Color convert

RGB 194 172 108 -
CMYK 0 0.11 0.44 0.24
HSL 44.65º 0.41% 0.59% -
HSV(B) 44.65º 0.44% 0.76% -
XYZ 39.71 42.06 20.21 -
YUV 171.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 194 172 108 0 0.11 0.44 0.24 44.65 0.41 0.59
Hex C2 AC 6C 0 B 2C 18 2D 29 3B
Octal 302 254 154 0 13 54 30 55 51 73
Binary 11000010 10101100 1101100 0 1011 101100 11000 101101 101001 111011

Color Harmonies of #C2AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC6C

Black with #C2AC6C

Text Example


Text Example

White with #C2AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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