#CBB36A

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

Shades of Putty #CBB36A

Tints of Putty #CBB36A

Color information

#CBB36A (or 0xCBB36A) is unknown color: approx Putty. HEX triplet: CB, B3 and 6A. RGB value is (203,179,106). Sum of RGB (Red+Green+Blue) = 203+179+106=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB36A is #344C95. Grayscale: #B2B2B2. Windows color (decimal): -3427478 or 6992843. OLE color: 6992843.

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

Color convert

RGB203179106-
CMYK00.120.480.20
HSL45.15º48.26%60.59%-
HSV(B)45.15º47.78%79.61%-
XYZ43.3545.9820.23-
YUV177.8587.45145.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=41.60%
G=36.68%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317910600.120.480.2045.1548.2660.59
HexCBB36A0C30142d303d
Octal3132631520146024556075
Binary110010111011001111010100110011000010100101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB36A; }

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

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

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

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

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

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

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

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