#CAB648

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

Shades of Old Gold #CAB648

Tints of Old Gold #CAB648

Color information

#CAB648 (or 0xCAB648) is unknown color: approx Old Gold. HEX triplet: CA, B6 and 48. RGB value is (202,182,72). Sum of RGB (Red+Green+Blue) = 202+182+72=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB648 is #3549B7. Grayscale: #AFAFAF. Windows color (decimal): -3492280 or 4765386. OLE color: 4765386.

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

Color convert

RGB20218272-
CMYK00.100.640.21
HSL50.77º55.08%53.73%-
HSV(B)50.77º64.36%79.22%-
XYZ42.2546.4812.88-
YUV175.4469.63146.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=44.30%
G=39.91%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021827200.100.640.2150.7755.0853.73
HexCAB6480A4015333736
Octal31226611001210025636766
Binary1100101010110110100100001010100000010101110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB648; }

 p { color: rgb(202,182,72); }

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

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

 a { background-color: rgb(202,182,72); }

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

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

 span { border-color: rgb(202,182,72); }

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