Html Css Color HEX #C2AA75 Putty

📋 copy color: '#C2AA75'

red 194 ◦ green 170 ◦ blue 117

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

Shades of Putty #C2AA75

Tints of Putty #C2AA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 40.33%
G = 35.34%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2AA75 (or 0xC2AA75) is known color: Putty. HEX triplet: C2, AA and 75. RGB value is (194,170,117). Sum of RGB (Red+Green+Blue) = 194+170+117=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA75 is #3D558A. Grayscale: #ABABAB. Windows color (decimal): -4019595 or 7711426. OLE color: 7711426.

HSL color Cylindrical-coordinate representation of color #C2AA75: hue angle of 41.3º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2AA75 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 170 117 -
CMYK 0 0.12 0.40 0.24
HSL 41.3º 0.39% 0.61% -
HSV(B) 41.3º 0.4% 0.76% -
XYZ 39.83 41.5 22.74 -
YUV 171.13 97.45 144.31 -
System Red Green Blue C M Y K H S L
Decimal 194 170 117 0 0.12 0.40 0.24 41.3 0.39 0.61
Hex C2 AA 75 0 C 28 18 29 27 3D
Octal 302 252 165 0 14 50 30 51 47 75
Binary 11000010 10101010 1110101 0 1100 101000 11000 101001 100111 111101

Color Harmonies of #C2AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AA75

Black with #C2AA75

Text Example


Text Example

White with #C2AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AA75; }

 p { color: rgb(194,170,117); }

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

background-color css

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

 a { background-color: rgb(194,170,117); }

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

border-color css

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

 span { border-color: rgb(194,170,117); }

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