Html Css Color HEX #C3AF6F Putty

📋 copy color: '#C3AF6F'

red 195 ◦ green 175 ◦ blue 111

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

Shades of Putty #C3AF6F

Tints of Putty #C3AF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 40.54%
G = 36.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3AF6F (or 0xC3AF6F) is known color: Putty. HEX triplet: C3, AF and 6F. RGB value is (195,175,111). Sum of RGB (Red+Green+Blue) = 195+175+111=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF6F is #3C5090. Grayscale: #ADADAD. Windows color (decimal): -3952785 or 7319491. OLE color: 7319491.

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

Color convert

RGB 195 175 111 -
CMYK 0 0.10 0.43 0.24
HSL 45.71º 0.41% 0.6% -
HSV(B) 45.71º 0.43% 0.76% -
XYZ 40.7 43.41 21.27 -
YUV 173.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 195 175 111 0 0.10 0.43 0.24 45.71 0.41 0.6
Hex C3 AF 6F 0 A 2B 18 2E 29 3C
Octal 303 257 157 0 12 53 30 56 51 74
Binary 11000011 10101111 1101111 0 1010 101011 11000 101110 101001 111100

Color Harmonies of #C3AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF6F

Black with #C3AF6F

Text Example


Text Example

White with #C3AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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