#CAB546

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

Shades of Old Gold #CAB546

Tints of Old Gold #CAB546

Color information

#CAB546 (or 0xCAB546) is unknown color: approx Old Gold. HEX triplet: CA, B5 and 46. RGB value is (202,181,70). Sum of RGB (Red+Green+Blue) = 202+181+70=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB546 is #354AB9. Grayscale: #AFAFAF. Windows color (decimal): -3492538 or 4634058. OLE color: 4634058.

HSL color Cylindrical-coordinate representation of color #CAB546: hue angle of 50.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAB546 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20218170-
CMYK00.100.650.21
HSL50.45º55.46%53.33%-
HSV(B)50.45º65.35%79.22%-
XYZ41.9946.0512.47-
YUV174.6268.96147.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=44.59%
G=39.96%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021817000.100.650.2150.4555.4653.33
HexCAB5460A4115323735
Octal31226510601210125626765
Binary1100101010110101100011001010100000110101110010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB546; }

 p { color: rgb(202,181,70); }

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

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

 a { background-color: rgb(202,181,70); }

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

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

 span { border-color: rgb(202,181,70); }

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