#CAB446

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

Shades of Old Gold #CAB446

Tints of Old Gold #CAB446

Color information

#CAB446 (or 0xCAB446) is unknown color: approx Old Gold. HEX triplet: CA, B4 and 46. RGB value is (202,180,70). Sum of RGB (Red+Green+Blue) = 202+180+70=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB446 is #354BB9. Grayscale: #AEAEAE. Windows color (decimal): -3492794 or 4633802. OLE color: 4633802.

HSL color Cylindrical-coordinate representation of color #CAB446: hue angle of 50º 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 #CAB446 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20218070-
CMYK00.110.650.21
HSL50º55.46%53.33%-
HSV(B)50º65.35%79.22%-
XYZ41.7845.6412.4-
YUV174.0469.29147.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 70 (27.73% from 255) = 15.49%
R=44.69%
G=39.82%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021807000.110.650.215055.4653.33
HexCAB4460B4115323735
Octal31226410601310125626765
Binary1100101010110100100011001011100000110101110010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB446; }

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

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

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

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

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

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

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

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