#CBA025

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

Shades of Galliano #CBA025

Tints of Galliano #CBA025

Color information

#CBA025 (or 0xCBA025) is unknown color: approx Galliano. HEX triplet: CB, A0 and 25. RGB value is (203,160,37). Sum of RGB (Red+Green+Blue) = 203+160+37=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA025 is #345FDA. Grayscale: #9F9F9F. Windows color (decimal): -3432411 or 2465995. OLE color: 2465995.

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

Color convert

RGB20316037-
CMYK00.210.820.20
HSL44.46º69.17%47.06%-
HSV(B)44.46º81.77%79.61%-
XYZ37.5337.977.1-
YUV158.8359.25159.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 9.25%
R=50.75%
G=40%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031603700.210.820.2044.4669.1747.06
HexCBA02501552142c452f
Octal31324045025122245410557
Binary11001011101000001001010101011010010101001011001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA025; }

 p { color: rgb(203,160,37); }

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

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

 a { background-color: rgb(203,160,37); }

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

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

 span { border-color: rgb(203,160,37); }

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