#CBAB74

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

Shades of Putty #CBAB74

Tints of Putty #CBAB74

Color information

#CBAB74 (or 0xCBAB74) is unknown color: approx Putty. HEX triplet: CB, AB and 74. RGB value is (203,171,116). Sum of RGB (Red+Green+Blue) = 203+171+116=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB74 is #34548B. Grayscale: #AEAEAE. Windows color (decimal): -3429516 or 7646155. OLE color: 7646155.

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

Color convert

RGB203171116-
CMYK00.160.430.20
HSL37.93º45.55%62.55%-
HSV(B)37.93º42.86%79.61%-
XYZ42.3443.0822.61-
YUV174.395.1148.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=41.43%
G=34.90%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317111600.160.430.2037.9345.5562.55
HexCBAB740102B14262e3f
Octal3132531640205324465677
Binary1100101110101011111010001000010101110100100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB74; }

 p { color: rgb(203,171,116); }

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

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

 a { background-color: rgb(203,171,116); }

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

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

 span { border-color: rgb(203,171,116); }

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