#CBB676

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

Shades of Putty #CBB676

Tints of Putty #CBB676

Color information

#CBB676 (or 0xCBB676) is unknown color: approx Putty. HEX triplet: CB, B6 and 76. RGB value is (203,182,118). Sum of RGB (Red+Green+Blue) = 203+182+118=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB676 is #344989. Grayscale: #B5B5B5. Windows color (decimal): -3426698 or 7780043. OLE color: 7780043.

HSL color Cylindrical-coordinate representation of color #CBB676: hue angle of 45.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBB676 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203182118-
CMYK00.100.420.20
HSL45.18º44.97%62.94%-
HSV(B)45.18º41.87%79.61%-
XYZ44.6347.4623.95-
YUV180.9892.46143.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 118 (46.48% from 255) = 23.46%
R=40.36%
G=36.18%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318211800.100.420.2045.1844.9762.94
HexCBB6760A2A142d2d3f
Octal3132661660125224555577
Binary110010111011011011101100101010101010100101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB676; }

 p { color: rgb(203,182,118); }

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

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

 a { background-color: rgb(203,182,118); }

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

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

 span { border-color: rgb(203,182,118); }

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