#CBAE78

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

Shades of Putty #CBAE78

Tints of Putty #CBAE78

Color information

#CBAE78 (or 0xCBAE78) is unknown color: approx Putty. HEX triplet: CB, AE and 78. RGB value is (203,174,120). Sum of RGB (Red+Green+Blue) = 203+174+120=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE78 is #345187. Grayscale: #B0B0B0. Windows color (decimal): -3428744 or 7909067. OLE color: 7909067.

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

Color convert

RGB203174120-
CMYK00.140.410.20
HSL39.04º44.39%63.33%-
HSV(B)39.04º40.89%79.61%-
XYZ43.1544.3224.05-
YUV176.5296.11146.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=40.85%
G=35.01%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317412000.140.410.2039.0444.3963.33
HexCBAE780E2914272c3f
Octal3132561700165124475477
Binary110010111010111011110000111010100110100100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE78; }

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

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

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

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

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

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

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

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