#CBB368

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

Shades of Putty #CBB368

Tints of Putty #CBB368

Color information

#CBB368 (or 0xCBB368) is unknown color: approx Putty. HEX triplet: CB, B3 and 68. RGB value is (203,179,104). Sum of RGB (Red+Green+Blue) = 203+179+104=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB368 is #344C97. Grayscale: #B1B1B1. Windows color (decimal): -3427480 or 6861771. OLE color: 6861771.

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

Color convert

RGB203179104-
CMYK00.120.490.20
HSL45.45º48.77%60.2%-
HSV(B)45.45º48.77%79.61%-
XYZ43.2545.9419.68-
YUV177.6386.45146.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=41.77%
G=36.83%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317910400.120.490.2045.4548.7760.2
HexCBB3680C31142d313c
Octal3132631500146124556174
Binary110010111011001111010000110011000110100101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB368; }

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

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

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

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

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

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

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

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