Html Css Color HEX #C3AD74 Putty

📋 copy color: '#C3AD74'

red 195 ◦ green 173 ◦ blue 116

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

Shades of Putty #C3AD74

Tints of Putty #C3AD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.74%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 40.29%
G = 35.74%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3AD74 (or 0xC3AD74) is known color: Putty. HEX triplet: C3, AD and 74. RGB value is (195,173,116). Sum of RGB (Red+Green+Blue) = 195+173+116=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD74 is #3C528B. Grayscale: #ADADAD. Windows color (decimal): -3953292 or 7646659. OLE color: 7646659.

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

Color convert

RGB 195 173 116 -
CMYK 0 0.11 0.41 0.24
HSL 43.29º 0.4% 0.61% -
HSV(B) 43.29º 0.41% 0.76% -
XYZ 40.6 42.75 22.63 -
YUV 173.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 195 173 116 0 0.11 0.41 0.24 43.29 0.4 0.61
Hex C3 AD 74 0 B 29 18 2B 28 3D
Octal 303 255 164 0 13 51 30 53 50 75
Binary 11000011 10101101 1110100 0 1011 101001 11000 101011 101000 111101

Color Harmonies of #C3AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD74

Black with #C3AD74

Text Example


Text Example

White with #C3AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD74; }

 p { color: rgb(195,173,116); }

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

background-color css

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

 a { background-color: rgb(195,173,116); }

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

border-color css

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

 span { border-color: rgb(195,173,116); }

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