#CBAB7C

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

Shades of Putty #CBAB7C

Tints of Putty #CBAB7C

Color information

#CBAB7C (or 0xCBAB7C) is unknown color: approx Putty. HEX triplet: CB, AB and 7C. RGB value is (203,171,124). Sum of RGB (Red+Green+Blue) = 203+171+124=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB7C is #345483. Grayscale: #AFAFAF. Windows color (decimal): -3429508 or 8170443. OLE color: 8170443.

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

Color convert

RGB203171124-
CMYK00.160.390.20
HSL35.7º43.17%64.12%-
HSV(B)35.7º38.92%79.61%-
XYZ42.8343.2825.16-
YUV175.2199.1147.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=40.76%
G=34.34%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317112400.160.390.2035.743.1764.12
HexCBAB7C0102714242b40
Octal31325317402047244453100
Binary11001011101010111111100010000100111101001001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB7C; }

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

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

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

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

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

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

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

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