#CABC3C

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

Shades of Old Gold #CABC3C

Tints of Old Gold #CABC3C

Color information

#CABC3C (or 0xCABC3C) is unknown color: approx Old Gold. HEX triplet: CA, BC and 3C. RGB value is (202,188,60). Sum of RGB (Red+Green+Blue) = 202+188+60=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC3C is #3543C3. Grayscale: #B2B2B2. Windows color (decimal): -3490756 or 3980490. OLE color: 3980490.

HSL color Cylindrical-coordinate representation of color #CABC3C: hue angle of 54.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CABC3C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20218860-
CMYK00.070.700.21
HSL54.08º57.26%51.37%-
HSV(B)54.08º70.3%79.22%-
XYZ43.1648.8511.43-
YUV177.5961.64145.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 60 (23.83% from 255) = 13.33%
R=44.89%
G=41.78%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021886000.070.700.2154.0857.2651.37
HexCABC3C074615363933
Octal312274740710625667163
Binary11001010101111001111000111100011010101110110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC3C; }

 p { color: rgb(202,188,60); }

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

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

 a { background-color: rgb(202,188,60); }

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

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

 span { border-color: rgb(202,188,60); }

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