Html Css Color HEX #C3AC6D Putty

📋 copy color: '#C3AC6D'

red 195 ◦ green 172 ◦ blue 109

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

Shades of Putty #C3AC6D

Tints of Putty #C3AC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 40.97%
G = 36.13%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3AC6D (or 0xC3AC6D) is known color: Putty. HEX triplet: C3, AC and 6D. RGB value is (195,172,109). Sum of RGB (Red+Green+Blue) = 195+172+109=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC6D is #3C5392. Grayscale: #ABABAB. Windows color (decimal): -3953555 or 7187651. OLE color: 7187651.

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

Color convert

RGB 195 172 109 -
CMYK 0 0.12 0.44 0.24
HSL 43.95º 0.42% 0.6% -
HSV(B) 43.95º 0.44% 0.76% -
XYZ 40.02 42.21 20.51 -
YUV 171.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 195 172 109 0 0.12 0.44 0.24 43.95 0.42 0.6
Hex C3 AC 6D 0 C 2C 18 2C 2A 3C
Octal 303 254 155 0 14 54 30 54 52 74
Binary 11000011 10101100 1101101 0 1100 101100 11000 101100 101010 111100

Color Harmonies of #C3AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC6D

Black with #C3AC6D

Text Example


Text Example

White with #C3AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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