Html Css Color HEX #C3A76C Putty

📋 copy color: '#C3A76C'

red 195 ◦ green 167 ◦ blue 108

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

Shades of Putty #C3A76C

Tints of Putty #C3A76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 41.49%
G = 35.53%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3A76C (or 0xC3A76C) is known color: Putty. HEX triplet: C3, A7 and 6C. RGB value is (195,167,108). Sum of RGB (Red+Green+Blue) = 195+167+108=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A76C is #3C5893. Grayscale: #A8A8A8. Windows color (decimal): -3954836 or 7120835. OLE color: 7120835.

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

Color convert

RGB 195 167 108 -
CMYK 0 0.14 0.45 0.24
HSL 40.69º 0.42% 0.59% -
HSV(B) 40.69º 0.45% 0.76% -
XYZ 39.03 40.32 19.91 -
YUV 168.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 195 167 108 0 0.14 0.45 0.24 40.69 0.42 0.59
Hex C3 A7 6C 0 E 2D 18 29 2A 3B
Octal 303 247 154 0 16 55 30 51 52 73
Binary 11000011 10100111 1101100 0 1110 101101 11000 101001 101010 111011

Color Harmonies of #C3A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A76C

Black with #C3A76C

Text Example


Text Example

White with #C3A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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