Html Css Color HEX #C3A76D Putty

📋 copy color: '#C3A76D'

red 195 ◦ green 167 ◦ blue 109

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

Shades of Putty #C3A76D

Tints of Putty #C3A76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.46%

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

R = 41.4%
G = 35.46%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3A76D (or 0xC3A76D) is known color: Putty. HEX triplet: C3, A7 and 6D. RGB value is (195,167,109). Sum of RGB (Red+Green+Blue) = 195+167+109=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A76D is #3C5892. Grayscale: #A9A9A9. Windows color (decimal): -3954835 or 7186371. OLE color: 7186371.

HSL color Cylindrical-coordinate representation of color #C3A76D: hue angle of 40.47º 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 #C3A76D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 109 -
CMYK 0 0.14 0.44 0.24
HSL 40.47º 0.42% 0.6% -
HSV(B) 40.47º 0.44% 0.76% -
XYZ 39.08 40.34 20.2 -
YUV 168.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 195 167 109 0 0.14 0.44 0.24 40.47 0.42 0.6
Hex C3 A7 6D 0 E 2C 18 28 2A 3C
Octal 303 247 155 0 16 54 30 50 52 74
Binary 11000011 10100111 1101101 0 1110 101100 11000 101000 101010 111100

Color Harmonies of #C3A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A76D

Black with #C3A76D

Text Example


Text Example

White with #C3A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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