#CBA469

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

Shades of Putty #CBA469

Tints of Putty #CBA469

Color information

#CBA469 (or 0xCBA469) is unknown color: approx Putty. HEX triplet: CB, A4 and 69. RGB value is (203,164,105). Sum of RGB (Red+Green+Blue) = 203+164+105=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA469 is #345B96. Grayscale: #A9A9A9. Windows color (decimal): -3431319 or 6923467. OLE color: 6923467.

HSL color Cylindrical-coordinate representation of color #CBA469: hue angle of 36.12º 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 #CBA469 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB203164105-
CMYK00.190.480.20
HSL36.12º48.51%60.39%-
HSV(B)36.12º48.28%79.61%-
XYZ40.4540.2719-
YUV168.9491.92152.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=43.01%
G=34.75%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316410500.190.480.2036.1248.5160.39
HexCBA469013301424313c
Octal3132441510236024446174
Binary1100101110100100110100101001111000010100100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA469; }

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

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

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

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

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

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

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

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