Html Css Color HEX #C4AA6A Putty

📋 copy color: '#C4AA6A'

red 196 ◦ green 170 ◦ blue 106

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

Shades of Putty #C4AA6A

Tints of Putty #C4AA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 41.53%
G = 36.02%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4AA6A (or 0xC4AA6A) is known color: Putty. HEX triplet: C4, AA and 6A. RGB value is (196,170,106). Sum of RGB (Red+Green+Blue) = 196+170+106=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA6A is #3B5595. Grayscale: #AAAAAA. Windows color (decimal): -3888534 or 6990532. OLE color: 6990532.

HSL color Cylindrical-coordinate representation of color #C4AA6A: hue angle of 42.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4AA6A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 170 106 -
CMYK 0 0.13 0.46 0.23
HSL 42.67º 0.43% 0.59% -
HSV(B) 42.67º 0.46% 0.77% -
XYZ 39.74 41.53 19.56 -
YUV 170.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 196 170 106 0 0.13 0.46 0.23 42.67 0.43 0.59
Hex C4 AA 6A 0 D 2E 17 2B 2B 3B
Octal 304 252 152 0 15 56 27 53 53 73
Binary 11000100 10101010 1101010 0 1101 101110 10111 101011 101011 111011

Color Harmonies of #C4AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA6A

Black with #C4AA6A

Text Example


Text Example

White with #C4AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA6A; }

 p { color: rgb(196,170,106); }

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

background-color css

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

 a { background-color: rgb(196,170,106); }

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

border-color css

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

 span { border-color: rgb(196,170,106); }

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