#CBB126

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

Shades of Galliano #CBB126

Tints of Galliano #CBB126

Color information

#CBB126 (or 0xCBB126) is unknown color: approx Galliano. HEX triplet: CB, B1 and 26. RGB value is (203,177,38). Sum of RGB (Red+Green+Blue) = 203+177+38=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB126 is #344ED9. Grayscale: #A9A9A9. Windows color (decimal): -3428058 or 2535883. OLE color: 2535883.

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

Color convert

RGB20317738-
CMYK00.130.810.20
HSL50.55º68.46%47.25%-
HSV(B)50.55º81.28%79.61%-
XYZ40.744.288.24-
YUV168.9354.11152.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 177 (69.53% from 255) = 42.34%
BLUE value IS 38 (15.23% from 255) = 9.09%
R=48.56%
G=42.34%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031773800.130.810.2050.5568.4647.25
HexCBB1260D511433442f
Octal31326146015121246310457
Binary1100101110110001100110011011010001101001100111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB126; }

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

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

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

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

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

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

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

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