#CBAE68

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

Shades of Putty #CBAE68

Tints of Putty #CBAE68

Color information

#CBAE68 (or 0xCBAE68) is unknown color: approx Putty. HEX triplet: CB, AE and 68. RGB value is (203,174,104). Sum of RGB (Red+Green+Blue) = 203+174+104=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE68 is #345197. Grayscale: #AFAFAF. Windows color (decimal): -3428760 or 6860491. OLE color: 6860491.

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

Color convert

RGB203174104-
CMYK00.140.490.20
HSL42.42º48.77%60.2%-
HSV(B)42.42º48.77%79.61%-
XYZ42.2643.9719.36-
YUV174.6988.11148.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=42.20%
G=36.17%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317410400.140.490.2042.4248.7760.2
HexCBAE680E31142a313c
Octal3132561500166124526174
Binary110010111010111011010000111011000110100101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE68; }

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

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

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

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

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

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

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

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