#CBAA79

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

Shades of Putty #CBAA79

Tints of Putty #CBAA79

Color information

#CBAA79 (or 0xCBAA79) is unknown color: approx Putty. HEX triplet: CB, AA and 79. RGB value is (203,170,121). Sum of RGB (Red+Green+Blue) = 203+170+121=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA79 is #345586. Grayscale: #AEAEAE. Windows color (decimal): -3429767 or 7973579. OLE color: 7973579.

HSL color Cylindrical-coordinate representation of color #CBAA79: hue angle of 35.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBAA79 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203170121-
CMYK00.160.400.20
HSL35.85º44.09%63.53%-
HSV(B)35.85º40.39%79.61%-
XYZ42.4542.8324.12-
YUV174.2897.93148.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=41.09%
G=34.41%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317012100.160.400.2035.8544.0963.53
HexCBAA790102814242c40
Octal31325217102050244454100
Binary11001011101010101111001010000101000101001001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA79; }

 p { color: rgb(203,170,121); }

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

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

 a { background-color: rgb(203,170,121); }

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

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

 span { border-color: rgb(203,170,121); }

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