Html Css Color HEX #C3AF71 Putty

📋 copy color: '#C3AF71'

red 195 ◦ green 175 ◦ blue 113

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

Shades of Putty #C3AF71

Tints of Putty #C3AF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 40.37%
G = 36.23%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3AF71 (or 0xC3AF71) is known color: Putty. HEX triplet: C3, AF and 71. RGB value is (195,175,113). Sum of RGB (Red+Green+Blue) = 195+175+113=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF71 is #3C508E. Grayscale: #AEAEAE. Windows color (decimal): -3952783 or 7450563. OLE color: 7450563.

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

Color convert

RGB 195 175 113 -
CMYK 0 0.10 0.42 0.24
HSL 45.37º 0.41% 0.6% -
HSV(B) 45.37º 0.42% 0.76% -
XYZ 40.82 43.45 21.86 -
YUV 173.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 195 175 113 0 0.10 0.42 0.24 45.37 0.41 0.6
Hex C3 AF 71 0 A 2A 18 2D 29 3C
Octal 303 257 161 0 12 52 30 55 51 74
Binary 11000011 10101111 1110001 0 1010 101010 11000 101101 101001 111100

Color Harmonies of #C3AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF71

Black with #C3AF71

Text Example


Text Example

White with #C3AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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