Html Css Color HEX #C3AC6F Putty

📋 copy color: '#C3AC6F'

red 195 ◦ green 172 ◦ blue 111

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

Shades of Putty #C3AC6F

Tints of Putty #C3AC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

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

R = 40.79%
G = 35.98%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3AC6F (or 0xC3AC6F) is known color: Putty. HEX triplet: C3, AC and 6F. RGB value is (195,172,111). Sum of RGB (Red+Green+Blue) = 195+172+111=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC6F is #3C5390. Grayscale: #ACACAC. Windows color (decimal): -3953553 or 7318723. OLE color: 7318723.

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

Color convert

RGB 195 172 111 -
CMYK 0 0.12 0.43 0.24
HSL 43.57º 0.41% 0.6% -
HSV(B) 43.57º 0.43% 0.76% -
XYZ 40.13 42.25 21.08 -
YUV 171.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 195 172 111 0 0.12 0.43 0.24 43.57 0.41 0.6
Hex C3 AC 6F 0 C 2B 18 2C 29 3C
Octal 303 254 157 0 14 53 30 54 51 74
Binary 11000011 10101100 1101111 0 1100 101011 11000 101100 101001 111100

Color Harmonies of #C3AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC6F

Black with #C3AC6F

Text Example


Text Example

White with #C3AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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