Html Css Color HEX #C4A86C Putty

📋 copy color: '#C4A86C'

red 196 ◦ green 168 ◦ blue 108

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

Shades of Putty #C4A86C

Tints of Putty #C4A86C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.59%

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

R = 41.53%
G = 35.59%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4A86C (or 0xC4A86C) is known color: Putty. HEX triplet: C4, A8 and 6C. RGB value is (196,168,108). Sum of RGB (Red+Green+Blue) = 196+168+108=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A86C is #3B5793. Grayscale: #A9A9A9. Windows color (decimal): -3889044 or 7121092. OLE color: 7121092.

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

Color convert

RGB 196 168 108 -
CMYK 0 0.14 0.45 0.23
HSL 40.91º 0.43% 0.6% -
HSV(B) 40.91º 0.45% 0.77% -
XYZ 39.47 40.82 19.99 -
YUV 169.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 196 168 108 0 0.14 0.45 0.23 40.91 0.43 0.6
Hex C4 A8 6C 0 E 2D 17 29 2B 3C
Octal 304 250 154 0 16 55 27 51 53 74
Binary 11000100 10101000 1101100 0 1110 101101 10111 101001 101011 111100

Color Harmonies of #C4A86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A86C

Black with #C4A86C

Text Example


Text Example

White with #C4A86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A86C; }

 p { color: rgb(196,168,108); }

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

background-color css

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

 a { background-color: rgb(196,168,108); }

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

border-color css

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

 span { border-color: rgb(196,168,108); }

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