#CBAC1E

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

Shades of Galliano #CBAC1E

Tints of Galliano #CBAC1E

Color information

#CBAC1E (or 0xCBAC1E) is unknown color: approx Galliano. HEX triplet: CB, AC and 1E. RGB value is (203,172,30). Sum of RGB (Red+Green+Blue) = 203+172+30=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC1E is #3453E1. Grayscale: #A5A5A5. Windows color (decimal): -3429346 or 2010315. OLE color: 2010315.

HSL color Cylindrical-coordinate representation of color #CBAC1E: hue angle of 49.25º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBAC1E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB20317230-
CMYK00.150.850.20
HSL49.25º74.25%45.69%-
HSV(B)49.25º85.22%79.61%-
XYZ39.6242.37.3-
YUV165.0851.77155.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.12%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 30 (12.11% from 255) = 7.41%
R=50.12%
G=42.47%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031723000.150.850.2049.2574.2545.69
HexCBAC1E0F5514314a2e
Octal31325436017125246111256
Binary110010111010110011110011111010101101001100011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC1E; }

 p { color: rgb(203,172,30); }

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

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

 a { background-color: rgb(203,172,30); }

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

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

 span { border-color: rgb(203,172,30); }

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