Html Css Color HEX #C1AE71 Putty

📋 copy color: '#C1AE71'

red 193 ◦ green 174 ◦ blue 113

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

Shades of Putty #C1AE71

Tints of Putty #C1AE71

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.25%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 40.21%
G = 36.25%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1AE71 (or 0xC1AE71) is known color: Putty. HEX triplet: C1, AE and 71. RGB value is (193,174,113). Sum of RGB (Red+Green+Blue) = 193+174+113=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AE71 is #3E518E. Grayscale: #ACACAC. Windows color (decimal): -4084111 or 7450305. OLE color: 7450305.

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

Color convert

RGB 193 174 113 -
CMYK 0 0.10 0.41 0.24
HSL 45.75º 0.39% 0.6% -
HSV(B) 45.75º 0.41% 0.76% -
XYZ 40.11 42.8 21.77 -
YUV 172.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 193 174 113 0 0.10 0.41 0.24 45.75 0.39 0.6
Hex C1 AE 71 0 A 29 18 2E 27 3C
Octal 301 256 161 0 12 51 30 56 47 74
Binary 11000001 10101110 1110001 0 1010 101001 11000 101110 100111 111100

Color Harmonies of #C1AE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AE71

Black with #C1AE71

Text Example


Text Example

White with #C1AE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AE71; }

 p { color: rgb(193,174,113); }

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

background-color css

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

 a { background-color: rgb(193,174,113); }

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

border-color css

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

 span { border-color: rgb(193,174,113); }

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