#cba878

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

Shades of Putty #CBA878

Tints of Putty #CBA878

Color information

#CBA878 (or 0xCBA878) is unknown color: approx Putty. HEX triplet: CB, A8 and 78. RGB value is (203,168,120). Sum of RGB (Red+Green+Blue) = 203+168+120=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA878 is #345787. Grayscale: #ADADAD. Windows color (decimal): -3430280 or 7907531. OLE color: 7907531.

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

Color convert

RGB203168120-
CMYK00.170.410.20
HSL34.7º44.39%63.33%-
HSV(B)34.7º40.89%79.61%-
XYZ42.0242.0623.67-
YUV172.9998.1149.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=41.34%
G=34.22%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316812000.170.410.2034.744.3963.33
HexCBA8780112914232c3f
Octal3132501700215124435477
Binary1100101110101000111100001000110100110100100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba878; }

 p { color: rgb(203,168,120); }

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

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

 a { background-color: rgb(203,168,120); }

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

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

 span { border-color: rgb(203,168,120); }

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