#CBAE6B

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

Shades of Putty #CBAE6B

Tints of Putty #CBAE6B

Color information

#CBAE6B (or 0xCBAE6B) is unknown color: approx Putty. HEX triplet: CB, AE and 6B. RGB value is (203,174,107). Sum of RGB (Red+Green+Blue) = 203+174+107=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE6B is #345194. Grayscale: #AFAFAF. Windows color (decimal): -3428757 or 7057099. OLE color: 7057099.

HSL color Cylindrical-coordinate representation of color #CBAE6B: hue angle of 41.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBAE6B is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203174107-
CMYK00.140.470.20
HSL41.88º48%60.78%-
HSV(B)41.88º47.29%79.61%-
XYZ42.4244.0320.17-
YUV175.0389.61147.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.94%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=41.94%
G=35.95%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317410700.140.470.2041.884860.78
HexCBAE6B0E2F142a303d
Octal3132561530165724526075
Binary110010111010111011010110111010111110100101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE6B; }

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

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

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

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

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

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

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

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