Html Css Color HEX #C2AC72 Putty

📋 copy color: '#C2AC72'

red 194 ◦ green 172 ◦ blue 114

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

Shades of Putty #C2AC72

Tints of Putty #C2AC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 40.42%
G = 35.83%
B = 23.75%

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

#C2AC72 (or 0xC2AC72) is known color: Putty. HEX triplet: C2, AC and 72. RGB value is (194,172,114). Sum of RGB (Red+Green+Blue) = 194+172+114=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC72 is #3D538D. Grayscale: #ACACAC. Windows color (decimal): -4019086 or 7515330. OLE color: 7515330.

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

Color convert

RGB 194 172 114 -
CMYK 0 0.11 0.41 0.24
HSL 43.5º 0.4% 0.6% -
HSV(B) 43.5º 0.41% 0.76% -
XYZ 40.04 42.19 21.95 -
YUV 171.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 194 172 114 0 0.11 0.41 0.24 43.5 0.4 0.6
Hex C2 AC 72 0 B 29 18 2C 28 3C
Octal 302 254 162 0 13 51 30 54 50 74
Binary 11000010 10101100 1110010 0 1011 101001 11000 101100 101000 111100

Color Harmonies of #C2AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC72

Black with #C2AC72

Text Example


Text Example

White with #C2AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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