Html Css Color HEX #C4A779 Putty

📋 copy color: '#C4A779'

red 196 ◦ green 167 ◦ blue 121

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

Shades of Putty #C4A779

Tints of Putty #C4A779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.5%

 BLUE value IS 121 (47.66% from 255) = 25%

R = 40.5%
G = 34.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4A779 (or 0xC4A779) is known color: Putty. HEX triplet: C4, A7 and 79. RGB value is (196,167,121). Sum of RGB (Red+Green+Blue) = 196+167+121=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A779 is #3B5886. Grayscale: #AAAAAA. Windows color (decimal): -3889287 or 7972804. OLE color: 7972804.

HSL color Cylindrical-coordinate representation of color #C4A779: hue angle of 36.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4A779 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 167 121 -
CMYK 0 0.15 0.38 0.23
HSL 36.8º 0.39% 0.62% -
HSV(B) 36.8º 0.38% 0.77% -
XYZ 40.03 40.75 23.85 -
YUV 170.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 196 167 121 0 0.15 0.38 0.23 36.8 0.39 0.62
Hex C4 A7 79 0 F 26 17 25 27 3E
Octal 304 247 171 0 17 46 27 45 47 76
Binary 11000100 10100111 1111001 0 1111 100110 10111 100101 100111 111110

Color Harmonies of #C4A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A779

Black with #C4A779

Text Example


Text Example

White with #C4A779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A779; }

 p { color: rgb(196,167,121); }

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

background-color css

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

 a { background-color: rgb(196,167,121); }

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

border-color css

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

 span { border-color: rgb(196,167,121); }

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