Html Css Color HEX #C3AF73 Putty

📋 copy color: '#C3AF73'

red 195 ◦ green 175 ◦ blue 115

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

Shades of Putty #C3AF73

Tints of Putty #C3AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 40.21%
G = 36.08%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3AF73 (or 0xC3AF73) is known color: Putty. HEX triplet: C3, AF and 73. RGB value is (195,175,115). Sum of RGB (Red+Green+Blue) = 195+175+115=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF73 is #3C508C. Grayscale: #AEAEAE. Windows color (decimal): -3952781 or 7581635. OLE color: 7581635.

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

Color convert

RGB 195 175 115 -
CMYK 0 0.10 0.41 0.24
HSL 45º 0.4% 0.61% -
HSV(B) 45º 0.41% 0.76% -
XYZ 40.93 43.5 22.46 -
YUV 174.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 195 175 115 0 0.10 0.41 0.24 45 0.4 0.61
Hex C3 AF 73 0 A 29 18 2D 28 3D
Octal 303 257 163 0 12 51 30 55 50 75
Binary 11000011 10101111 1110011 0 1010 101001 11000 101101 101000 111101

Color Harmonies of #C3AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF73

Black with #C3AF73

Text Example


Text Example

White with #C3AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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