#CBAB67

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

Shades of Putty #CBAB67

Tints of Putty #CBAB67

Color information

#CBAB67 (or 0xCBAB67) is unknown color: approx Putty. HEX triplet: CB, AB and 67. RGB value is (203,171,103). Sum of RGB (Red+Green+Blue) = 203+171+103=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB67 is #345498. Grayscale: #ADADAD. Windows color (decimal): -3429529 or 6794187. OLE color: 6794187.

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

Color convert

RGB203171103-
CMYK00.160.490.20
HSL40.8º49.02%60%-
HSV(B)40.8º49.26%79.61%-
XYZ41.6442.818.9-
YUV172.8288.6149.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=42.56%
G=35.85%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317110300.160.490.2040.849.0260
HexCBAB67010311429313c
Octal3132531470206124516174
Binary1100101110101011110011101000011000110100101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB67; }

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

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

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

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

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

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

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

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