Html Css Color HEX #C4A56D Putty

📋 copy color: '#C4A56D'

red 196 ◦ green 165 ◦ blue 109

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

Shades of Putty #C4A56D

Tints of Putty #C4A56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 41.7%
G = 35.11%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4A56D (or 0xC4A56D) is known color: Putty. HEX triplet: C4, A5 and 6D. RGB value is (196,165,109). Sum of RGB (Red+Green+Blue) = 196+165+109=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A56D is #3B5A92. Grayscale: #A8A8A8. Windows color (decimal): -3889811 or 7185860. OLE color: 7185860.

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

Color convert

RGB 196 165 109 -
CMYK 0 0.16 0.44 0.23
HSL 38.62º 0.42% 0.6% -
HSV(B) 38.62º 0.44% 0.77% -
XYZ 38.98 39.75 20.09 -
YUV 167.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 196 165 109 0 0.16 0.44 0.23 38.62 0.42 0.6
Hex C4 A5 6D 0 10 2C 17 27 2A 3C
Octal 304 245 155 0 20 54 27 47 52 74
Binary 11000100 10100101 1101101 0 10000 101100 10111 100111 101010 111100

Color Harmonies of #C4A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A56D

Black with #C4A56D

Text Example


Text Example

White with #C4A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A56D; }

 p { color: rgb(196,165,109); }

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

background-color css

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

 a { background-color: rgb(196,165,109); }

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

border-color css

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

 span { border-color: rgb(196,165,109); }

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