#CBB46D

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

Shades of Putty #CBB46D

Tints of Putty #CBB46D

Color information

#CBB46D (or 0xCBB46D) is unknown color: approx Putty. HEX triplet: CB, B4 and 6D. RGB value is (203,180,109). Sum of RGB (Red+Green+Blue) = 203+180+109=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB46D is #344B92. Grayscale: #B3B3B3. Windows color (decimal): -3427219 or 7189707. OLE color: 7189707.

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

Color convert

RGB203180109-
CMYK00.110.460.20
HSL45.32º47.47%61.18%-
HSV(B)45.32º46.31%79.61%-
XYZ43.7146.4421.13-
YUV178.7888.62145.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=41.26%
G=36.59%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318010900.110.460.2045.3247.4761.18
HexCBB46D0B2E142d2f3d
Octal3132641550135624555775
Binary110010111011010011011010101110111010100101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB46D; }

 p { color: rgb(203,180,109); }

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

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

 a { background-color: rgb(203,180,109); }

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

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

 span { border-color: rgb(203,180,109); }

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