#CABC47

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

Shades of Old Gold #CABC47

Tints of Old Gold #CABC47

Color information

#CABC47 (or 0xCABC47) is unknown color: approx Old Gold. HEX triplet: CA, BC and 47. RGB value is (202,188,71). Sum of RGB (Red+Green+Blue) = 202+188+71=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC47 is #3543B8. Grayscale: #B3B3B3. Windows color (decimal): -3490745 or 4701386. OLE color: 4701386.

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

Color convert

RGB20218871-
CMYK00.070.650.21
HSL53.59º55.27%53.53%-
HSV(B)53.59º64.85%79.22%-
XYZ43.4848.9813.12-
YUV178.8567.14144.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 71 (28.12% from 255) = 15.40%
R=43.82%
G=40.78%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021887100.070.650.2153.5955.2753.53
HexCABC47074115363736
Octal3122741070710125666766
Binary110010101011110010001110111100000110101110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC47; }

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

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

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

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

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

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

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

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