Html Css Color HEX #C1AA73 Putty

📋 copy color: '#C1AA73'

red 193 ◦ green 170 ◦ blue 115

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

Shades of Putty #C1AA73

Tints of Putty #C1AA73

RGB

 RED value IS 193 (75.78% from 255) = 40.38%

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

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 40.38%
G = 35.56%
B = 24.06%

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

#C1AA73 (or 0xC1AA73) is known color: Putty. HEX triplet: C1, AA and 73. RGB value is (193,170,115). Sum of RGB (Red+Green+Blue) = 193+170+115=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA73 is #3E558C. Grayscale: #AAAAAA. Windows color (decimal): -4085133 or 7580353. OLE color: 7580353.

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

Color convert

RGB 193 170 115 -
CMYK 0 0.12 0.40 0.24
HSL 42.31º 0.39% 0.6% -
HSV(B) 42.31º 0.4% 0.76% -
XYZ 39.46 41.32 22.12 -
YUV 170.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 193 170 115 0 0.12 0.40 0.24 42.31 0.39 0.6
Hex C1 AA 73 0 C 28 18 2A 27 3C
Octal 301 252 163 0 14 50 30 52 47 74
Binary 11000001 10101010 1110011 0 1100 101000 11000 101010 100111 111100

Color Harmonies of #C1AA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA73

Black with #C1AA73

Text Example


Text Example

White with #C1AA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA73; }

 p { color: rgb(193,170,115); }

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

background-color css

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

 a { background-color: rgb(193,170,115); }

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

border-color css

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

 span { border-color: rgb(193,170,115); }

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