Html Css Color HEX #C4AC72 Putty

📋 copy color: '#C4AC72'

red 196 ◦ green 172 ◦ blue 114

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

Shades of Putty #C4AC72

Tints of Putty #C4AC72

RGB

 RED value IS 196 (76.95% from 255) = 40.66%

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

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

R = 40.66%
G = 35.68%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4AC72 (or 0xC4AC72) is known color: Putty. HEX triplet: C4, AC and 72. RGB value is (196,172,114). Sum of RGB (Red+Green+Blue) = 196+172+114=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC72 is #3B538D. Grayscale: #ACACAC. Windows color (decimal): -3888014 or 7515332. OLE color: 7515332.

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

Color convert

RGB 196 172 114 -
CMYK 0 0.12 0.42 0.23
HSL 42.44º 0.41% 0.61% -
HSV(B) 42.44º 0.42% 0.77% -
XYZ 40.55 42.46 21.98 -
YUV 172.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 196 172 114 0 0.12 0.42 0.23 42.44 0.41 0.61
Hex C4 AC 72 0 C 2A 17 2A 29 3D
Octal 304 254 162 0 14 52 27 52 51 75
Binary 11000100 10101100 1110010 0 1100 101010 10111 101010 101001 111101

Color Harmonies of #C4AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AC72

Black with #C4AC72

Text Example


Text Example

White with #C4AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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