Html Css Color HEX #C3AF6D Putty

📋 copy color: '#C3AF6D'

red 195 ◦ green 175 ◦ blue 109

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

Shades of Putty #C3AF6D

Tints of Putty #C3AF6D

RGB

 RED value IS 195 (76.56% from 255) = 40.71%

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

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 40.71%
G = 36.53%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3AF6D (or 0xC3AF6D) is known color: Putty. HEX triplet: C3, AF and 6D. RGB value is (195,175,109). Sum of RGB (Red+Green+Blue) = 195+175+109=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF6D is #3C5092. Grayscale: #ADADAD. Windows color (decimal): -3952787 or 7188419. OLE color: 7188419.

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

Color convert

RGB 195 175 109 -
CMYK 0 0.10 0.44 0.24
HSL 46.05º 0.42% 0.6% -
HSV(B) 46.05º 0.44% 0.76% -
XYZ 40.6 43.37 20.7 -
YUV 173.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 195 175 109 0 0.10 0.44 0.24 46.05 0.42 0.6
Hex C3 AF 6D 0 A 2C 18 2E 2A 3C
Octal 303 257 155 0 12 54 30 56 52 74
Binary 11000011 10101111 1101101 0 1010 101100 11000 101110 101010 111100

Color Harmonies of #C3AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF6D

Black with #C3AF6D

Text Example


Text Example

White with #C3AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF6D; }

 p { color: rgb(195,175,109); }

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

background-color css

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

 a { background-color: rgb(195,175,109); }

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

border-color css

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

 span { border-color: rgb(195,175,109); }

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