#CAB026

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

Shades of Galliano #CAB026

Tints of Galliano #CAB026

Color information

#CAB026 (or 0xCAB026) is unknown color: approx Galliano. HEX triplet: CA, B0 and 26. RGB value is (202,176,38). Sum of RGB (Red+Green+Blue) = 202+176+38=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB026 is #354FD9. Grayscale: #A8A8A8. Windows color (decimal): -3493850 or 2535626. OLE color: 2535626.

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

Color convert

RGB20217638-
CMYK00.130.810.21
HSL50.49º68.33%47.06%-
HSV(B)50.49º81.19%79.22%-
XYZ40.2343.758.16-
YUV168.0454.61152.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 176 (69.14% from 255) = 42.31%
BLUE value IS 38 (15.23% from 255) = 9.13%
R=48.56%
G=42.31%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021763800.130.810.2150.4968.3347.06
HexCAB0260D511532442f
Octal31226046015121256210457
Binary1100101010110000100110011011010001101011100101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB026; }

 p { color: rgb(202,176,38); }

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

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

 a { background-color: rgb(202,176,38); }

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

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

 span { border-color: rgb(202,176,38); }

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