#CBA673

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

Shades of Putty #CBA673

Tints of Putty #CBA673

Color information

#CBA673 (or 0xCBA673) is unknown color: approx Putty. HEX triplet: CB, A6 and 73. RGB value is (203,166,115). Sum of RGB (Red+Green+Blue) = 203+166+115=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA673 is #34598C. Grayscale: #ABABAB. Windows color (decimal): -3430797 or 7579339. OLE color: 7579339.

HSL color Cylindrical-coordinate representation of color #CBA673: hue angle of 34.77º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBA673 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203166115-
CMYK00.180.430.20
HSL34.77º45.83%62.35%-
HSV(B)34.77º43.35%79.61%-
XYZ41.3641.2121.99-
YUV171.2596.26150.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=41.94%
G=34.30%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316611500.180.430.2034.7745.8362.35
HexCBA6730122B14232e3e
Octal3132461630225324435676
Binary1100101110100110111001101001010101110100100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA673; }

 p { color: rgb(203,166,115); }

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

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

 a { background-color: rgb(203,166,115); }

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

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

 span { border-color: rgb(203,166,115); }

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