#CABC4D

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

Shades of Old Gold #CABC4D

Tints of Old Gold #CABC4D

Color information

#CABC4D (or 0xCABC4D) is unknown color: approx Old Gold. HEX triplet: CA, BC and 4D. RGB value is (202,188,77). Sum of RGB (Red+Green+Blue) = 202+188+77=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC4D is #3543B2. Grayscale: #B3B3B3. Windows color (decimal): -3490739 or 5094602. OLE color: 5094602.

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

Color convert

RGB20218877-
CMYK00.070.620.21
HSL53.28º54.11%54.71%-
HSV(B)53.28º61.88%79.22%-
XYZ43.6849.0614.19-
YUV179.5370.14144.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 77 (30.47% from 255) = 16.49%
R=43.25%
G=40.26%
B=16.49%

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
Decimal2021887700.070.620.2153.2854.1154.71
HexCABC4D073E15353637
Octal312274115077625656667
Binary11001010101111001001101011111111010101110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC4D; }

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

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

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

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

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

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

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

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