#CABC4C

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

Shades of Old Gold #CABC4C

Tints of Old Gold #CABC4C

Color information

#CABC4C (or 0xCABC4C) is unknown color: approx Old Gold. HEX triplet: CA, BC and 4C. RGB value is (202,188,76). Sum of RGB (Red+Green+Blue) = 202+188+76=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC4C is #3543B3. Grayscale: #B3B3B3. Windows color (decimal): -3490740 or 5029066. OLE color: 5029066.

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

Color convert

RGB20218876-
CMYK00.070.620.21
HSL53.33º54.31%54.51%-
HSV(B)53.33º62.38%79.22%-
XYZ43.6449.0414-
YUV179.4269.64144.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 76 (30.08% from 255) = 16.31%
R=43.35%
G=40.34%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021887600.070.620.2153.3354.3154.51
HexCABC4C073E15353637
Octal312274114077625656667
Binary11001010101111001001100011111111010101110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC4C; }

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

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

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

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

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

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

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

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