Html Css Color HEX #C5AF6A Putty

📋 copy color: '#C5AF6A'

red 197 ◦ green 175 ◦ blue 106

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

Shades of Putty #C5AF6A

Tints of Putty #C5AF6A

RGB

 RED value IS 197 (77.34% from 255) = 41.21%

 GREEN value IS 175 (68.75% from 255) = 36.61%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 41.21%
G = 36.61%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5AF6A (or 0xC5AF6A) is known color: Putty. HEX triplet: C5, AF and 6A. RGB value is (197,175,106). Sum of RGB (Red+Green+Blue) = 197+175+106=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF6A is #3A5095. Grayscale: #AEAEAE. Windows color (decimal): -3821718 or 6991813. OLE color: 6991813.

HSL color Cylindrical-coordinate representation of color #C5AF6A: hue angle of 45.49º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5AF6A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 106 -
CMYK 0 0.11 0.46 0.23
HSL 45.49º 0.44% 0.59% -
HSV(B) 45.49º 0.46% 0.77% -
XYZ 40.96 43.57 19.89 -
YUV 173.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 197 175 106 0 0.11 0.46 0.23 45.49 0.44 0.59
Hex C5 AF 6A 0 B 2E 17 2D 2C 3B
Octal 305 257 152 0 13 56 27 55 54 73
Binary 11000101 10101111 1101010 0 1011 101110 10111 101101 101100 111011

Color Harmonies of #C5AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF6A

Black with #C5AF6A

Text Example


Text Example

White with #C5AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF6A; }

 p { color: rgb(197,175,106); }

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

background-color css

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

 a { background-color: rgb(197,175,106); }

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

border-color css

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

 span { border-color: rgb(197,175,106); }

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