#CABC43

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

Shades of Old Gold #CABC43

Tints of Old Gold #CABC43

Color information

#CABC43 (or 0xCABC43) is unknown color: approx Old Gold. HEX triplet: CA, BC and 43. RGB value is (202,188,67). Sum of RGB (Red+Green+Blue) = 202+188+67=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC43 is #3543BC. Grayscale: #B2B2B2. Windows color (decimal): -3490749 or 4439242. OLE color: 4439242.

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

Color convert

RGB20218867-
CMYK00.070.670.21
HSL53.78º56.02%52.75%-
HSV(B)53.78º66.83%79.22%-
XYZ43.3548.9312.47-
YUV178.3965.14144.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 67 (26.56% from 255) = 14.66%
R=44.20%
G=41.14%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021886700.070.670.2153.7856.0252.75
HexCABC43074315363835
Octal3122741030710325667065
Binary110010101011110010000110111100001110101110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC43; }

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

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

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

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

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

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

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

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