Html Css Color HEX #C2A779 Putty

📋 copy color: '#C2A779'

red 194 ◦ green 167 ◦ blue 121

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

Shades of Putty #C2A779

Tints of Putty #C2A779

RGB

 RED value IS 194 (76.17% from 255) = 40.25%

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

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

R = 40.25%
G = 34.65%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2A779 (or 0xC2A779) is known color: Putty. HEX triplet: C2, A7 and 79. RGB value is (194,167,121). Sum of RGB (Red+Green+Blue) = 194+167+121=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A779 is #3D5886. Grayscale: #AAAAAA. Windows color (decimal): -4020359 or 7972802. OLE color: 7972802.

HSL color Cylindrical-coordinate representation of color #C2A779: hue angle of 37.81º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2A779 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 167 121 -
CMYK 0 0.14 0.38 0.24
HSL 37.81º 0.37% 0.62% -
HSV(B) 37.81º 0.38% 0.76% -
XYZ 39.52 40.49 23.82 -
YUV 169.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 194 167 121 0 0.14 0.38 0.24 37.81 0.37 0.62
Hex C2 A7 79 0 E 26 18 26 25 3E
Octal 302 247 171 0 16 46 30 46 45 76
Binary 11000010 10100111 1111001 0 1110 100110 11000 100110 100101 111110

Color Harmonies of #C2A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A779

Black with #C2A779

Text Example


Text Example

White with #C2A779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A779; }

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

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

background-color css

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

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

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

border-color css

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

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

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