Html Css Color HEX #C4A679 Putty

📋 copy color: '#C4A679'

red 196 ◦ green 166 ◦ blue 121

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

Shades of Putty #C4A679

Tints of Putty #C4A679

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

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

R = 40.58%
G = 34.37%
B = 25.05%

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

#C4A679 (or 0xC4A679) is known color: Putty. HEX triplet: C4, A6 and 79. RGB value is (196,166,121). Sum of RGB (Red+Green+Blue) = 196+166+121=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A679 is #3B5986. Grayscale: #AAAAAA. Windows color (decimal): -3889543 or 7972548. OLE color: 7972548.

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

Color convert

RGB 196 166 121 -
CMYK 0 0.15 0.38 0.23
HSL 36º 0.39% 0.62% -
HSV(B) 36º 0.38% 0.77% -
XYZ 39.85 40.39 23.78 -
YUV 169.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 196 166 121 0 0.15 0.38 0.23 36 0.39 0.62
Hex C4 A6 79 0 F 26 17 24 27 3E
Octal 304 246 171 0 17 46 27 44 47 76
Binary 11000100 10100110 1111001 0 1111 100110 10111 100100 100111 111110

Color Harmonies of #C4A679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A679

Black with #C4A679

Text Example


Text Example

White with #C4A679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A679; }

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

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

background-color css

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

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

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

border-color css

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

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

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