#C8B169

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

Shades of Putty #C8B169

Tints of Putty #C8B169

Color information

#C8B169 (or 0xC8B169) is unknown color: approx Putty. HEX triplet: C8, B1 and 69. RGB value is (200,177,105). Sum of RGB (Red+Green+Blue) = 200+177+105=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B169 is #374E96. Grayscale: #AFAFAF. Windows color (decimal): -3624599 or 6926792. OLE color: 6926792.

HSL color Cylindrical-coordinate representation of color #C8B169: hue angle of 45.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8B169 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB200177105-
CMYK00.120.480.22
HSL45.47º46.34%59.8%-
HSV(B)45.47º47.5%78.43%-
XYZ42.0944.7419.78-
YUV175.6788.12145.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=41.49%
G=36.72%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017710500.120.480.2245.4746.3459.8
HexC8B1690C30162d2e3c
Octal3102611510146026555674
Binary110010001011000111010010110011000010110101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B169; }

 p { color: rgb(200,177,105); }

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

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

 a { background-color: rgb(200,177,105); }

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

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

 span { border-color: rgb(200,177,105); }

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