#CBAB69

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

Shades of Putty #CBAB69

Tints of Putty #CBAB69

Color information

#CBAB69 (or 0xCBAB69) is unknown color: approx Putty. HEX triplet: CB, AB and 69. RGB value is (203,171,105). Sum of RGB (Red+Green+Blue) = 203+171+105=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB69 is #345496. Grayscale: #ADADAD. Windows color (decimal): -3429527 or 6925259. OLE color: 6925259.

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

Color convert

RGB203171105-
CMYK00.160.480.20
HSL40.41º48.51%60.39%-
HSV(B)40.41º48.28%79.61%-
XYZ41.7442.8419.43-
YUV173.0489.6149.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=42.38%
G=35.70%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317110500.160.480.2040.4148.5160.39
HexCBAB69010301428313c
Octal3132531510206024506174
Binary1100101110101011110100101000011000010100101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB69; }

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

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

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

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

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

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

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

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