#CBB46A

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

Shades of Putty #CBB46A

Tints of Putty #CBB46A

Color information

#CBB46A (or 0xCBB46A) is unknown color: approx Putty. HEX triplet: CB, B4 and 6A. RGB value is (203,180,106). Sum of RGB (Red+Green+Blue) = 203+180+106=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB46A is #344B95. Grayscale: #B2B2B2. Windows color (decimal): -3427222 or 6993099. OLE color: 6993099.

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

Color convert

RGB203180106-
CMYK00.110.480.20
HSL45.77º48.26%60.59%-
HSV(B)45.77º47.78%79.61%-
XYZ43.5546.3820.29-
YUV178.4487.12145.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=41.51%
G=36.81%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318010600.110.480.2045.7748.2660.59
HexCBB46A0B30142e303d
Octal3132641520136024566075
Binary110010111011010011010100101111000010100101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB46A; }

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

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

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

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

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

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

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

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