#CBB068

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

Shades of Putty #CBB068

Tints of Putty #CBB068

Color information

#CBB068 (or 0xCBB068) is unknown color: approx Putty. HEX triplet: CB, B0 and 68. RGB value is (203,176,104). Sum of RGB (Red+Green+Blue) = 203+176+104=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB068 is #344F97. Grayscale: #B0B0B0. Windows color (decimal): -3428248 or 6861003. OLE color: 6861003.

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

Color convert

RGB203176104-
CMYK00.130.490.20
HSL43.64º48.77%60.2%-
HSV(B)43.64º48.77%79.61%-
XYZ42.6544.7519.49-
YUV175.8687.45147.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=42.03%
G=36.44%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317610400.130.490.2043.6448.7760.2
HexCBB0680D31142c313c
Octal3132601500156124546174
Binary110010111011000011010000110111000110100101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB068; }

 p { color: rgb(203,176,104); }

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

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

 a { background-color: rgb(203,176,104); }

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

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

 span { border-color: rgb(203,176,104); }

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