#CBB166

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

Shades of Putty #CBB166

Tints of Putty #CBB166

Color information

#CBB166 (or 0xCBB166) is unknown color: approx Putty. HEX triplet: CB, B1 and 66. RGB value is (203,177,102). Sum of RGB (Red+Green+Blue) = 203+177+102=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB166 is #344E99. Grayscale: #B0B0B0. Windows color (decimal): -3427994 or 6730187. OLE color: 6730187.

HSL color Cylindrical-coordinate representation of color #CBB166: hue angle of 44.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBB166 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203177102-
CMYK00.130.500.20
HSL44.55º49.27%59.8%-
HSV(B)44.55º49.75%79.61%-
XYZ42.7545.119.02-
YUV176.2286.11147.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=42.12%
G=36.72%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317710200.130.500.2044.5549.2759.8
HexCBB1660D32142d313c
Octal3132611460156224556174
Binary110010111011000111001100110111001010100101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB166; }

 p { color: rgb(203,177,102); }

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

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

 a { background-color: rgb(203,177,102); }

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

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

 span { border-color: rgb(203,177,102); }

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