#C3B06D

Color #C3B06D Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C3B06D

Tints of Putty #C3B06D

Color information

#C3B06D (or 0xC3B06D) is unknown color: approx Putty. HEX triplet: C3, B0 and 6D. RGB value is (195,176,109). Sum of RGB (Red+Green+Blue) = 195+176+109=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B06D is #3C4F92. Grayscale: #AEAEAE. Windows color (decimal): -3952531 or 7188675. OLE color: 7188675.

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

Color convert

RGB195176109-
CMYK00.100.440.24
HSL46.74º41.75%59.61%-
HSV(B)46.74º44.1%76.47%-
XYZ40.7943.7620.76-
YUV174.0491.29142.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=40.62%
G=36.67%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517610900.100.440.2446.7441.7559.61
HexC3B06D0A2C182f2a3c
Octal3032601550125430575274
Binary110000111011000011011010101010110011000101111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B06D; }

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

 H1.HeaderClassName
 {
   color: #C3B06D;
 }
 .AnyTagClassName
 {
   color: #C3B06D;
 }
</style>
background-color css

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

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

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

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

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

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