Html Css Color HEX #C4A871 Putty

📋 copy color: '#C4A871'

red 196 ◦ green 168 ◦ blue 113

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

Shades of Putty #C4A871

Tints of Putty #C4A871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 41.09%
G = 35.22%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4A871 (or 0xC4A871) is known color: Putty. HEX triplet: C4, A8 and 71. RGB value is (196,168,113). Sum of RGB (Red+Green+Blue) = 196+168+113=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A871 is #3B578E. Grayscale: #AAAAAA. Windows color (decimal): -3889039 or 7448772. OLE color: 7448772.

HSL color Cylindrical-coordinate representation of color #C4A871: hue angle of 39.76º 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 #C4A871 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 113 -
CMYK 0 0.14 0.42 0.23
HSL 39.76º 0.41% 0.61% -
HSV(B) 39.76º 0.42% 0.77% -
XYZ 39.75 40.93 21.43 -
YUV 170.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 196 168 113 0 0.14 0.42 0.23 39.76 0.41 0.61
Hex C4 A8 71 0 E 2A 17 28 29 3D
Octal 304 250 161 0 16 52 27 50 51 75
Binary 11000100 10101000 1110001 0 1110 101010 10111 101000 101001 111101

Color Harmonies of #C4A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A871

Black with #C4A871

Text Example


Text Example

White with #C4A871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A871; }

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

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

background-color css

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

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

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

border-color css

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

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

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